CreatePersonError
public enum CreatePersonError : String
Result of create person operation
-
Internal error
Declaration
Swift
case internalError -
Invalid payload
Declaration
Swift
case invalidPayload -
person not found
Declaration
Swift
case personNotFound -
unauthorized
Declaration
Swift
case unauthorized -
badRequest
Declaration
Swift
case badRequest -
Forbidden
Since
3.7.0Declaration
Swift
case forbidden
View on GitHub