abra-api
Toggle table of contents
1.4.0
Select version
1.4.0
1.3.0
1.2.0
1.1.2
1.1.1
1.1.0
1.0
androidJvm
Target filter
androidJvm
Switch theme
Search in API
Skip to content
abra-api
abra-api
/
ai.abra.api.model.errors
/
NetworkError
/
UnprocessableContent
Unprocessable
Content
data
class
UnprocessableContent
(
val
url
:
String
,
val
error
:
ErrorResponse
)
:
NetworkError
Members
Constructors
Unprocessable
Content
Link copied to clipboard
constructor
(
url
:
String
,
error
:
ErrorResponse
)
Properties
cause
Link copied to clipboard
open
override
val
cause
:
Throwable
?
description
Link copied to clipboard
val
description
:
String
Provides a detailed error description for logging or debugging.
error
Link copied to clipboard
val
error
:
ErrorResponse
localized
Message
Link copied to clipboard
open
val
localizedMessage
:
String
?
message
Link copied to clipboard
open
override
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
open
override
val
url
:
String