UpdatePersonError

public enum UpdatePersonError : String

Enum of Error occurred while updating a Person details

  • Internal error

    Declaration

    Swift

    case internalError
  • Person not found

    Declaration

    Swift

    case personNotFound
  • Not authorized to update person details

    Declaration

    Swift

    case unauthorized
  • Bad request

    Declaration

    Swift

    case badRequest
  • Forbidden

    Since

    3.7.0

    Declaration

    Swift

    case forbidden