Skip to content

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

BeardErrorconstructor(id: String, code: String)

Properties

NameSummary
codeval code: String
The error code.
idval id: String
The error id.