ping
Toggle table of contents
0.0.0
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
ping
oidc
/
com.pingidentity.oidc
/
OidcError
/
ApiError
Api
Error
data
class
ApiError
(
val
code
:
Int
,
val
message
:
String
)
:
OidcError
Data class for API errors.
Members
Constructors
Api
Error
Link copied to clipboard
constructor
(
code
:
Int
,
message
:
String
)
Properties
code
Link copied to clipboard
val
code
:
Int
The error code.
message
Link copied to clipboard
val
message
:
String
The error message.