ReferenceErrors & Failures
ActionFailure
Reference for `ActionFailure`, exported as part of the public Shardwire surface.
interface exported from src/discord/types.ts.
Summary
Reference for ActionFailure, exported as part of the public Shardwire surface.
Signature
export interface ActionFailure {
ok: false;
requestId: string;
ts: number;
error: ActionError;
}