/** * Model: ErrorResponsePayloadWithErrMessage * * THIS FILE HAS BEEN AUTOMATICALLY GENERATED. DO NOT EDIT. * */ /** * A response indicating an error occurred. */ export interface ErrorResponsePayloadWithErrMessage { /** Status code */ status: number; /** A string describing the error */ err: string; } //# sourceMappingURL=error-response-payload-with-err-message.d.ts.map