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 override val code: Error

The error code for this exception.

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
open override val userInfo: <Error class: unknown class>

Additional properties for this exception.