pnz-payments-sdk
Version:
PNZ Payments Account and Transaction API
14 lines • 499 B
JavaScript
/**
* Account and Transaction API SpecificationLib
*
* This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ).
*/
import { array, lazy, object, optional, string } from '../schema';
import { errorSchema } from './error';
export const errorResponseSchema = object({
code: ['Code', string()],
id: ['Id', optional(string())],
message: ['Message', string()],
errors: ['Errors', array(lazy(() => errorSchema))],
});
//# sourceMappingURL=errorResponse.js.map