@shipengine/connect-order-source-api
Version:
This is the typescript/javascript definitions for the order source api
7 lines (6 loc) • 306 B
TypeScript
import { DetailedError } from '../models';
/** @description This represents an error caused by "unhandled" exceptions in the implementation */
export declare class InternalServerErrorResponse {
/** @description a list of errors associated with this response */
detailed_errors?: DetailedError[];
}