Skip to main content

JavaScript SDK API Reference / Errors / InvalidBufferLengthError

Class: InvalidBufferLengthError

Defined in: error.ts:68

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

Extends

Constructors

Constructor

new InvalidBufferLengthError(message?): InvalidBufferLengthError

Defined in: error.ts:69

Parameters

message?

string

Returns

InvalidBufferLengthError

Overrides

SNSError.constructor

Properties

type

type: ErrorType

Defined in: error.ts:43

Machine-readable error category.

Inherited from

SNSError.type