sdk
Toggle table of contents
1.5.0
Select version
1.5.1
1.5.0
1.4.0
1.3.3
1.3.2
1.3.1
1.3.0
1.2.4
1.2.3
1.2.2
1.2.1
1.1.1
1.0
androidJvm
Target filter
androidJvm
Switch theme
Search in API
Skip to content
sdk
sdk
/
ai.abra.sdk.license
/
LicenseException
/
Failure
Failure
data
class
Failure
(
val
url
:
URL
,
val
error
:
String
)
:
LicenseException
Members
Constructors
Failure
Link copied to clipboard
constructor
(
url
:
URL
,
error
:
String
)
Properties
cause
Link copied to clipboard
open
val
cause
:
Throwable
?
error
Link copied to clipboard
val
error
:
String
localized
Message
Link copied to clipboard
open
val
localizedMessage
:
String
?
message
Link copied to clipboard
open
val
message
:
String
?
stack
Trace
Link copied to clipboard
open
var
stackTrace
:
Array
<
out
StackTraceElement
?
>
?
suppressed
Link copied to clipboard
val
suppressed
:
Array
<
out
Throwable
?
>
?
url
Link copied to clipboard
val
url
:
URL