Skip to main content

JavaScript SDK API Reference / Errors / U64OverflowError

Class: U64OverflowError

Defined in: error.ts:74

Base error for SDK failures, carrying a machine-readable ErrorType.

Extends

Constructors

Constructor

new U64OverflowError(message?): U64OverflowError

Defined in: error.ts:75

Parameters

message?

string

Returns

U64OverflowError

Overrides

SNSError.constructor

Properties

type

type: ErrorType

Defined in: error.ts:43

Machine-readable error category.

Inherited from

SNSError.type