struct DppmRestApi::Actions::ErrorData
- DppmRestApi::Actions::ErrorData
- Struct
- Value
- Object
Included Modules
- JSON::Serializable
Defined in:
actions/errors/api_errors.crConstructors
- .new(type : String, message : String?, status_code : HTTP::Status? = nil)
- .new(pull : JSON::PullParser)
- .new(error)
Instance Method Summary
- #message : String?
- #message=(message : String?)
- #status_code : HTTP::Status?
- #status_code=(status_code : HTTP::Status?)
- #type : String
- #type=(type : String)