PersonGetError
public enum PersonGetError : String
enum for error during get Person
operation
-
internal error
Declaration
Swift
case internalError
-
person not found
Declaration
Swift
case personNotFound
-
not authrorized to fetch person details
Declaration
Swift
case unauthorized
-
bad request
Declaration
Swift
case badRequest