ApiErrorResponseDTO¶
stonepy.models.ApiErrorResponseDTO.ApiErrorResponseDTO
¶
Bases: ResponseModel
The response to an error condition.
http_status
class-attribute
instance-attribute
¶
The intended HTTP status code. This will be the same value as the actual HTTP status code unless the QueryString contains only200=true . This is useful for JavaScript clients who can only read responses with status code 200.
error_message
class-attribute
instance-attribute
¶
This is a description of the ErrorMessage property.
error_code
class-attribute
instance-attribute
¶
The error code.