Skip to main content

JS Kit SDK API Reference / Errors / InvalidAAAARecordError

Class: InvalidAAAARecordError

Defined in: errors.ts:102

Thrown when an IPv6 record value is invalid.

Extends

Constructors

Constructor

new InvalidAAAARecordError(message?): InvalidAAAARecordError

Defined in: errors.ts:103

Parameters

message?

string

Returns

InvalidAAAARecordError

Overrides

SNSError.constructor

Properties

type

type: ErrorType

Defined in: errors.ts:39

Inherited from

SNSError.type