Preparing search index...
The search index is not available
Postmark.js
Postmark.js
Errors
InactiveRecipientsError
Class InactiveRecipientsError
Standard Postmark error on which all sub-errors are based.
Hierarchy
ApiInputError
InactiveRecipientsError
Index
Constructors
constructor
Properties
code
recipients
status
Code
ERROR_
CODES
inactive
Recipients
Patterns
Methods
build
Specific
Error
parse
Inactive
Recipients
Constructors
constructor
new
Inactive
Recipients
Error
(
message
,
code
,
statusCode
)
:
InactiveRecipientsError
Parameters
message
:
string
code
:
number
statusCode
:
number
Returns
InactiveRecipientsError
Properties
code
code
:
number
recipients
recipients
:
string
[]
status
Code
status
Code
:
number
Static
ERROR_
CODES
ERROR_
CODES
:
{
inactiveRecipient
:
number
;
invalidEmailRequest
:
number
;
}
= ...
Type declaration
inactive
Recipient
:
number
invalid
Email
Request
:
number
Static
inactive
Recipients
Patterns
inactive
Recipients
Patterns
:
RegExp
[]
= ...
Methods
Static
build
Specific
Error
build
Specific
Error
(
message
,
code
,
statusCode
)
:
ApiInputError
Parameters
message
:
string
code
:
number
statusCode
:
number
Returns
ApiInputError
Static
parse
Inactive
Recipients
parse
Inactive
Recipients
(
message
)
:
string
[]
Parameters
message
:
string
Returns
string
[]
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
constructor
code
recipients
status
Code
ERROR_
CODES
inactive
Recipients
Patterns
build
Specific
Error
parse
Inactive
Recipients
Postmark.js
AdminClient
Attachment
Client
Header
Message
TemplatedMessage
Errors
Models
AccountClient
ServerClient
Standard Postmark error on which all sub-errors are based.