Constructor new ServerErrorBase(originalError, axios) Wrap a raw axios error. Source: errors.js, line 30 Parameters: Name Type Description originalError object Raw axios response. axios axios Axios instance used for request. Members detail A human-readable explanation specific to this occurrence of the problem. Source: errors.js, line 67 httpStatus Response HTTP status. Source: errors.js, line 46 meta Error meta. Source: errors.js, line 53 title A short, human-readable summary of the problem. Source: errors.js, line 60 Methods retryRequest() Retry the failed request. Use it to retry requests after 2FA. Source: errors.js, line 75