Instant Exception
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
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.