UNPKG

@sumup/sdk

Version:

The official TypeScript SDK for the SumUp API

16 lines 272 B
/** * Error * * Error message structure. */ export type ErrorBody = { /** * Short description of the error. */ message?: string; /** * Platform code for the error. */ error_code?: string; }; //# sourceMappingURL=error-body.d.cts.map