@shipengine/connect-order-source-api
Version:
This is the typescript/javascript definitions for the order source api
10 lines • 478 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.InternalServerErrorResponse = void 0;
/** @description This represents an error caused by "unhandled" exceptions in the implementation */
class InternalServerErrorResponse {
/** @description a list of errors associated with this response */
detailed_errors;
}
exports.InternalServerErrorResponse = InternalServerErrorResponse;
//# sourceMappingURL=internal-server-error-response.js.map