BeardError
data class BeardError(val id: String, val code: String)
BeardError represents an error returned by the server. It contains a specific id
and code
to determine the underlying reason.
Constructors
BeardError | constructor(id: String, code: String) |
Properties
Name | Summary |
---|---|
code | val code: String The error code. |
id | val id: String The error id. |