Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 721 Bytes

Error.md

File metadata and controls

14 lines (10 loc) · 721 Bytes

Dofusdude.Api.Model.Error

Properties

Name Type Description Notes
Status int HTTP status code [optional]
VarError string HTTP status as text [optional]
Code string API specific error identifier for switch-case handling [optional]
Message string General, human-friendly error description [optional]
Details string Detailed, human-friendly problem description adopting specific inputs of the request [optional]

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