HEDERA_ERRORS: {
    [key: string]: Pick<HederaErrorResponse, "code" | "message">;
} = ...

Object containing specific Hedera errors with their respective codes and messages.

Type declaration

Generated using TypeDoc