yam-api
Toggle table of contents
1.0.0-dev
common
Target filter
common
Switch theme
Search in API
Skip to content
yam-api
core
/
su.pank.yamapi.model
/
Error
Error
@
Serializable
data
class
Error
(
val
type
:
ErrorType
,
val
message
:
String
)
Описание ошибки.
Parameters
type
Тип ошибки.
message
Сообщение ошибки.
Members
Constructors
Error
Link copied to clipboard
constructor
(
type
:
ErrorType
,
message
:
String
)
Properties
message
Link copied to clipboard
val
message
:
String
type
Link copied to clipboard
@
SerialName
(
value
=
"name"
)
val
type
:
ErrorType