Enumeration: GKSessionError

Overview

Error codes for the GKSession error domain.

Constant Summary

GKSessionInvalidParameterError

A parameter had an unexpected value.available in ios 3.0 and later.declared in gksessionerror.h.

GKSessionPeerNotFoundError

A peer with the specified peerid string could not be found.available in ios 3.0 and later.declared in gksessionerror.h.

GKSessionDeclinedError

The peer your application tried to connect to refused the connection.available in ios 3.0 and later.declared in gksessionerror.h.

GKSessionTimedOutError

The operation could not be completed in the specified timeout period.available in ios 3.0 and later.declared in gksessionerror.h.

GKSessionCancelledError

A peer that invited the session to connect to them canceled the connection request.available in ios 3.0 and later.declared in gksessionerror.h.

GKSessionConnectionFailedError

The attempt to establish a connection with another peer failed.available in ios 3.0 and later.declared in gksessionerror.h.

GKSessionConnectionClosedError

The connection to another peer closed unexpectedly.available in ios 3.0 and later.declared in gksessionerror.h.

GKSessionDataTooBigError

The data your application attempted to send was too large for the session to transmit in a single call.available in ios 3.0 and later.declared in gksessionerror.h.

GKSessionNotConnectedError

Reserved for future use.available in ios 3.0 and later.declared in gksessionerror.h.

GKSessionCannotEnableError

Bluetooth is not currently available.available in ios 3.0 and later.declared in gksessionerror.h.

GKSessionInProgressError

The peer your application attempted to connect to has already requested a connection to your session.available in ios 3.0 and later.declared in gksessionerror.h.

GKSessionConnectivityError

An error occurred in the gksession object's connection code.available in ios 3.0 and later.declared in gksessionerror.h.

GKSessionTransportError

An error occurred in the gksession object's transport code.available in ios 3.0 and later.declared in gksessionerror.h.

GKSessionInternalError

An serious error occurred inside gksession.available in ios 3.0 and later.declared in gksessionerror.h.

GKSessionUnknownError

Reserved for when the error does not fit in another category above.available in ios 3.0 and later.declared in gksessionerror.h.

GKSessionSystemError

An error occurred outside of the gksession object's control, such as memory allocation.available in ios 3.0 and later.declared in gksessionerror.h.