Skip to content

odmApi::ErrorModel

RFC 7807 (Problem Details) representation of an error. Returned with the application/problem+json media type.

Properties

Name Type Description Notes
detail character A human-readable explanation specific to this occurrence of the problem. [optional]
errors array[ErrorDetail] Optional list of individual error details [optional]
instance character A URI reference that identifies the specific occurrence of the problem. [optional]
status integer HTTP status code [optional]
title character A short, human-readable summary of the problem type. This value should not change between occurrences of the error. [optional]
type character A URI reference to human-readable documentation for the error. [optional]