Error Body
A data class used to generate a proper Api Error body, by default, each API will return a code and message on failure.
Parameters
code
The code that defines the error from API.
message
The message about the error from API.
A data class used to generate a proper Api Error body, by default, each API will return a code and message on failure.
The code that defines the error from API.
The message about the error from API.