/* istanbul ignore file */ /* tslint:disable */ /* eslint-disable */ export type Error403VCPrefix = { /** * virtual.name.prefix */ errorCode: string; /** * Virtual currency has wrong name, must start with VC_. */ message: string; /** * 403 */ statusCode: number; }