OperationCanceledException

class OperationCanceledException(val partialResult: Any?) : GenericException

The requested operation has been canceled.

Constructors

Link copied to clipboard
constructor(partialResult: Any?)

Properties

Link copied to clipboard
open val cause: Throwable?
Link copied to clipboard

The error code for this exception.

Link copied to clipboard
open val message: String?
Link copied to clipboard

Holds the response that would have been returned had an error not occurred but in an incomplete or partial state. The format is identical to the promised value of the original request.

Link copied to clipboard

Additional properties for this exception.

Functions

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard