StitchClientErrorCode
public enum StitchClientErrorCode
An enumeration indicating the types of errors that may occur when using a Stitch client, typically before a request is made.
-
Undocumented
Declaration
Swift
case loggedOutDuringRequest -
Undocumented
Declaration
Swift
case missingURL -
Undocumented
Declaration
Swift
case mustAuthenticateFirst -
Undocumented
Declaration
Swift
case userNoLongerValid -
Undocumented
Declaration
Swift
case couldNotLoadPersistedAuthInfo -
Undocumented
Declaration
Swift
case couldNotPersistAuthInfo
StitchClientErrorCode Enumeration Reference