UNPKG

finerio-pfm-unnax

Version:

This SDK lets you connect to [Finerio PFM API Unnax](http://ec2-3-16-174-50.us-east-2.compute.amazonaws.com:8082/swagger-ui/index.html#/) in an easier way.

11 lines (10 loc) 247 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); class Error { constructor(code, title, detail) { this.code = code; this.title = title; this.detail = detail; } } exports.default = Error;