struct APIError
- APIError
- Struct
- Value
- Object
Included Modules
- JSON::Serializable
Defined in:
crystal-mistral/error_types.crConstructors
Instance Method Summary
- #code : String
- #code=(code : String)
- #message : String
- #message=(message : String)
- #object : String
- #object=(object : String)
- #param : String | Nil
- #param=(param : String | Nil)
- #type : String
- #type=(type : String)