Kaptos
Toggle table of contents
0.1.2-beta
common
Target filter
common
Switch theme
Search in API
Skip to content
Kaptos
Kaptos
/
xyz.mcxross.kaptos.exception
/
AptosApiErrorV1
Aptos
Api
Error
V1
class
AptosApiErrorV1
(
val
request
:
AptosRequest
,
val
response
:
AptosResponse
,
message
:
String
)
:
Exception
The type returned from an API error
Members
Constructors
Aptos
Api
Error
V1
Link copied to clipboard
constructor
(
request
:
AptosRequest
,
response
:
AptosResponse
,
message
:
String
)
Properties
data
Link copied to clipboard
val
data
:
Any
the response data
name
Link copied to clipboard
val
name
:
String
request
Link copied to clipboard
val
request
:
AptosRequest
response
Link copied to clipboard
val
response
:
AptosResponse
status
Link copied to clipboard
val
status
:
Int
status
Text
Link copied to clipboard
val
statusText
:
String
url
Link copied to clipboard
val
url
:
String
the url the request was made to
Functions
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String