Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 1.13 KB

Error400.md

File metadata and controls

13 lines (10 loc) · 1.13 KB

# Error400

Properties

Name Type Description Notes
code string The error code. You can use this code when contacting us about any problems with our systems. [optional]
details string For some cases, this field provides more details regarding the error. This field can not be null. [optional]
message string A message directed to the developer of the program. This message give you some more technical details on what exactly has happened. [optional]
path string This field will point to a specific field in object if the error is connected to a problem with such specific field. This field can be empty [optional]
user_message string The message that can be presented directly to your user. It will not contain any technical information. This message is translated based on the value of the `Accept-Language` header. By default message in Polish is returned. [optional]

[Back to Model list] [Back to API list] [Back to README]