ae v0.0.3053 (2021-06-01T17:26:23Z)
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
concurrency
range
classes
Promise
functions
all
reject
resolve
templates
PromiseError
PromiseValue
PromiseValueTransform
Get the error type of the promise P, i.e. its E parameter.