UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

8 lines 212 B
/** Batch error details */ export interface BatchError { /** Error message */ message: string; /** Receiver that triggered the error */ receiver: string; } //# sourceMappingURL=BatchError.d.ts.map