nutrient
Toggle table of contents
11.2.1
Nutrient
Target filter
Nutrient
Switch theme
Search in API
Skip to content
nutrient
nutrient
/
com.pspdfkit.utils
/
Response
/
Error
Error
data
class
Error
(
val
exception
:
Throwable
)
:
Response
<
Nothing
>
Represents a failed response containing an exception.
Members
Constructors
Error
Link copied to clipboard
constructor
(
exception
:
Throwable
)
Properties
exception
Link copied to clipboard
val
exception
:
Throwable
The exception that caused the failure.