Keys

public enum Keys : String

Undocumented

  • Constant for 401 responses where the credentials are not enough to complete the request.

    Declaration

    Swift

    case insufficientCredentials = "InsufficientCredentials"
  • Constant for 401 responses where the credentials are not valid to complete the request.

    Declaration

    Swift

    case invalidCredentials = "InvalidCredentials"
  • Constant for 400 response where the number of results exceeded the limit.

    Declaration

    Swift

    case resultSetSizeExceeded = "ResultSetSizeExceeded"
  • Constant for 404 response where the entity was not found in the collection

    Declaration

    Swift

    case entityNotFound = "EntityNotFound"
  • Constant for 400 response where the paremeter value is out of range

    Declaration

    Swift

    case parameterValueOutOfRange = "ParameterValueOutOfRange"
  • Constant for 400 response where the parameter value is a BL runtime error

    Declaration

    Swift

    case blRuntimeError = "BLRuntimeError"
  • Constant for 400 response where the feature is not available

    Declaration

    Swift

    case featureUnavailable = "FeatureUnavailable"
  • Constant for 500 response where an internal error happened and another request should be made to retry

    Declaration

    Swift

    case kinveyInternalErrorRetry = "KinveyInternalErrorRetry"