/* istanbul ignore file */ /* tslint:disable */ /* eslint-disable */ export type Error403XrpAttr = { /** * attr.wrong.format */ errorCode: string; /** * Wrong attr of withdrawal, should be of uint32 type. */ message: string; /** * 403 */ statusCode: number; }