Class: exports

(abstract) exports(messageopt)

The EasyPostError class is the base class for all errors that occur in the EasyPost Node.js client library. This class should not be instantiated directly.

Constructor

(abstract) new exports(messageopt)

Parameters:
Name Type Attributes Description
message string <optional>
The message to be displayed when the error is logged.
Source:

Extends

  • Error