UNPKG

@shipengine/connect-order-source-api

Version:

This is the typescript/javascript definitions for the order source api

10 lines 507 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.ExternalServerErrorResponse = void 0; /** @description Represents an error response that should be returned when an external server error occurrs in the 3rd party. */ class ExternalServerErrorResponse { /** @description a list of errors associated with this response */ detailed_errors; } exports.ExternalServerErrorResponse = ExternalServerErrorResponse; //# sourceMappingURL=external-server-error-response.js.map