UNPKG

maximo-rest-client

Version:

A simple REST API client for the IBM Maximo platform written in TypeScript.

12 lines 378 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); class MaximoClientError extends Error { constructor(status, statusText, body, message) { super(message); this.status = status; this.statusText = statusText; this.body = body; } } exports.default = MaximoClientError; //# sourceMappingURL=MaximoClientError.js.map