pnz-payments-sdk
Version:
PNZ Payments Account and Transaction API
14 lines • 493 B
JavaScript
/**
* Account and Transaction API SpecificationLib
*
* This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ).
*/
import { object, optional, string } from '../schema';
import { errorCodeEnumSchema } from './errorCodeEnum';
export const errorSchema = object({
errorCode: ['ErrorCode', errorCodeEnumSchema],
message: ['Message', string()],
path: ['Path', optional(string())],
url: ['Url', optional(string())],
});
//# sourceMappingURL=error.js.map