UNPKG

@octopusx/ndk

Version:

octopus x sdk to connect to the octopusx grids and services

11 lines (10 loc) 259 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const noResponseError = (error) => { return { message: error.message, code: error.code, status: error.status }; }; exports.default = noResponseError;