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