yolkbot
learn
community
Preparing search index...
ErrorEnum
Interface ErrorEnum<T>
Represents a unsuccessful request.
interface
ErrorEnum
<
T
extends
string
>
{
error
:
T
;
ok
:
false
;
}
Type Parameters
T
extends
string
Index
Properties
error
ok
Properties
error
error
:
T
ok
ok
:
false
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
error
ok
learn
community
yolkbot
Loading...
Represents a unsuccessful request.