StitchServiceErrorCode

public enum StitchServiceErrorCode : String, Codable

An enumeration of the types of errors that can come back from a completed request to the Stitch server. With the exception of .unknown, these are the error codes as they are returned by the Stitch server in an error response.

  • Undocumented

    Declaration

    Swift

    case missingAuthReq = "MissingAuthReq"
  • Undocumented

    Declaration

    Swift

    case invalidSession = "InvalidSession"
  • Undocumented

    Declaration

    Swift

    case userAppDomainMismatch = "UserAppDomainMismatch"
  • Undocumented

    Declaration

    Swift

    case domainNotAllowed = "DomainNotAllowed"
  • Undocumented

    Declaration

    Swift

    case readSizeLimitExceeded = "ReadSizeLimitExceeded"
  • Undocumented

    Declaration

    Swift

    case invalidParameter = "InvalidParameter"
  • Undocumented

    Declaration

    Swift

    case missingParameter = "MissingParameter"
  • Undocumented

    Declaration

    Swift

    case twilioError = "TwilioError"
  • Undocumented

    Declaration

    Swift

    case gcmError = "GCMError"
  • Undocumented

    Declaration

    Swift

    case httpError = "HTTPError"
  • Undocumented

    Declaration

    Swift

    case awsError = "AWSError"
  • Undocumented

    Declaration

    Swift

    case mongoDBError = "MongoDBError"
  • Undocumented

    Declaration

    Swift

    case argumentsNotAllowed = "ArgumentsNotAllowed"
  • Undocumented

    Declaration

    Swift

    case functionExecutionError = "FunctionExecutionError"
  • Undocumented

    Declaration

    Swift

    case noMatchingRuleFound = "NoMatchingRuleFound"
  • Undocumented

    Declaration

    Swift

    case internalServerError = "InternalServerError"
  • Undocumented

    Declaration

    Swift

    case authProviderNotFound = "AuthProviderNotFound"
  • Undocumented

    Declaration

    Swift

    case authProviderAlreadyExists = "AuthProviderAlreadyExists"
  • Undocumented

    Declaration

    Swift

    case serviceNotFound = "ServiceNotFound"
  • Undocumented

    Declaration

    Swift

    case serviceTypeNotFound = "ServiceTypeNotFound"
  • Undocumented

    Declaration

    Swift

    case serviceAlreadyExists = "ServiceAlreadyExists"
  • Undocumented

    Declaration

    Swift

    case serviceCommandNotFound = "ServiceCommandNotFound"
  • Undocumented

    Declaration

    Swift

    case valueNotFound = "ValueNotFound"
  • Undocumented

    Declaration

    Swift

    case valueAlreadyExists = "ValueAlreadyExists"
  • Undocumented

    Declaration

    Swift

    case valueDuplicateName = "ValueDuplicateName"
  • Undocumented

    Declaration

    Swift

    case functionNotFound = "FunctionNotFound"
  • Undocumented

    Declaration

    Swift

    case functionAlreadyExists = "FunctionAlreadyExists"
  • Undocumented

    Declaration

    Swift

    case functionDuplicateName = "FunctionDuplicateName"
  • Undocumented

    Declaration

    Swift

    case functionSyntaxError = "FunctionSyntaxError"
  • Undocumented

    Declaration

    Swift

    case functionInvalid = "FunctionInvalid"
  • Undocumented

    Declaration

    Swift

    case incomingWebhookNotFOund = "IncomingWebhookNotFound"
  • Undocumented

    Declaration

    Swift

    case incomingWebhookAlreadyExists = "IncomingWebhookAlreadyExists"
  • Undocumented

    Declaration

    Swift

    case incomingWebhookDuplicateName = "IncomingWebhookDuplicateName"
  • Undocumented

    Declaration

    Swift

    case ruleNotFound = "RuleNotFound"
  • Undocumented

    Declaration

    Swift

    case apiKeyNotFound = "APIKeyNotFound"
  • Undocumented

    Declaration

    Swift

    case ruleAlreadyExists = "RuleAlreadyExists"
  • Undocumented

    Declaration

    Swift

    case ruleDuplicateName = "RuleDuplicateName"
  • Undocumented

    Declaration

    Swift

    case authProviderDuplicateName = "AuthProviderDuplicateName"
  • Undocumented

    Declaration

    Swift

    case restrictedHost = "RestrictedHost"
  • Undocumented

    Declaration

    Swift

    case apiKeyAlreadyExists = "APIKeyAlreadyExists"
  • Undocumented

    Declaration

    Swift

    case incomingWebhookAuthFailed = "IncomingWebhookAuthFailed"
  • Undocumented

    Declaration

    Swift

    case executionTimeLimitExceeded = "ExecutionTimeLimitExceeded"
  • Undocumented

    Declaration

    Swift

    case notCallable = "FunctionNotCallable"
  • Undocumented

    Declaration

    Swift

    case userAlreadyConfirmed = "UserAlreadyConfirmed"
  • Undocumented

    Declaration

    Swift

    case userNotFound = "UserNotFound"
  • Undocumented

    Declaration

    Swift

    case userDisabled = "UserDisabled"
  • Undocumented

    Declaration

    Swift

    case unknown = "Unknown"