@hypernetlabs/objects
Version:
Objects and types shared by the Hypernet Protocol
13 lines • 467 B
TypeScript
/**
* GatewayAuthorizationDeniedError is thrown when the user will
* not sign the gateway's signature, thereby authorizing the gateway's
* code.
* This is a fatal error for the gateway, and no retries should
* be attempted.
*/
export declare class GatewayAuthorizationDeniedError extends Error {
src?: unknown;
protected errorCode: string;
constructor(message?: string, src?: unknown);
}
//# sourceMappingURL=GatewayAuthorizationDeniedError.d.ts.map