InstantException

Thrown when there's an error while communicating with Instant Server (PSPDFKit Document Engine). Suppressing OverrideThrowableToString as we're fine with just using toString here.

Inheritors

Constructors

Link copied to clipboard
constructor(@Nullable message: String, @Nullable cause: Throwable)
Constructs a new instant exception with the specified detail message and cause.
constructor(@NonNull errorCode: InstantErrorCode, @Nullable cause: Throwable, @Nullable message: String, @NonNull args: Array<Any>)
Constructs a new instant exception with the specified detail message and cause.
constructor(@NonNull errorCode: InstantErrorCode, @Nullable message: String, @NonNull args: Array<Any>)
Constructs a new instant exception with the specified detail message and cause.
constructor(@NonNull errorCode: InstantErrorCode, @Nullable message: String, @Nullable underlyingError: Integer)
Constructs a new instant exception with the specified detail message and cause.

Properties

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
open fun toString(): String