ae v0.0.3141 (2022-02-14T00:51:10Z)
Home
Dub
Repo
PromiseError
ae
utils
promise
Get the error type of the promise
P
, i.e. its
E
parameter.
template
PromiseError (
P
) {
alias
PromiseError
=
E
;
}
Members
Aliases
PromiseError
alias
PromiseError
=
E
Meta
Source
See Implementation
ae
utils
promise
modules
await
concurrency
range
classes
Promise
functions
all
reject
resolve
structs
PromiseQueue
templates
PromiseError
PromiseValue
PromiseValueTransform
isPromise
Get the error type of the promise P, i.e. its E parameter.