Liking cljdoc? Tell your friends :D

dots.vscode.cancellation-error

An error type that should be used to signal cancellation of an operation.

This type can be used in response to a {@link CancellationToken cancellation token} being cancelled or when an operation is being cancelled by the executor of that operation.

An error type that should be used to signal cancellation of an operation.

This type can be used in response to a {@link CancellationToken cancellation token}
being cancelled or when an operation is being cancelled by the
executor of that operation.
raw docstring

messagecljs

(message cancellation-error)

Returns: string

**Returns:** `string`
sourceraw docstring

namecljs

(name cancellation-error)

Returns: string

**Returns:** `string`
sourceraw docstring

set-message!cljs

(set-message! cancellation-error value)
source

set-name!cljs

(set-name! cancellation-error value)
source

set-stack!cljs

(set-stack! cancellation-error value)
source

stackcljs

(stack cancellation-error)

Returns: string | undefined

**Returns:** `string | undefined`
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close