Errors

Resova uses conventional HTTP response codes to indicate the success or failure of an API request.

Attributes

  • *type** string type of error returned. Can be: 'api_error', 'authentication_error', 'not_found_error', 'validation_error' or 'rate_limit_error'.
  • *message** string
    A message providing more details about the error.
  • *validationfailed** _string
    For validation errors this will provide details on what validation failed.