AI-Mocks
Toggle table of contents
0.8.1-SNAPSHOT
common
Target filter
common
Switch theme
Search in API
Skip to content
AI-Mocks
ai-mocks-openai
/
dev.mokksy.aimocks.openai.model
/
Error
Error
@
Serializable
data
class
Error
(
val
code
:
String
?
,
val
message
:
String
,
val
param
:
String
?
,
val
type
:
String
)
(
source
)
Parameters
code
message
`param`
type
Members
Constructors
Error
Link copied to clipboard
constructor
(
code
:
String
?
,
message
:
String
,
param
:
String
?
,
type
:
String
)
Properties
code
Link copied to clipboard
@
SerialName
(
value
=
"code"
)
@
Required
val
code
:
String
?
message
Link copied to clipboard
@
SerialName
(
value
=
"message"
)
@
Required
val
message
:
String
param
Link copied to clipboard
@
SerialName
(
value
=
"param"
)
@
Required
val
param
:
String
?
type
Link copied to clipboard
@
SerialName
(
value
=
"type"
)
@
Required
val
type
:
String