Class: MalformedRecordError
Defined in: errors.ts:165
Error thrown when a DNS record structure is malformed
Extends
Constructors
Constructor
new MalformedRecordError(
message,field?,value?):MalformedRecordError
Defined in: errors.ts:166
Parameters
message
string
field?
string
value?
unknown
Returns
MalformedRecordError
Overrides
DNSValidationError.constructor
Properties
code
readonlycode:string
Defined in: errors.ts:22
Inherited from
field
readonlyfield:string|undefined
Defined in: errors.ts:23
Inherited from
value
readonlyvalue:unknown
Defined in: errors.ts:24