typealias RESTErrorData

external
export type RESTErrorData = RESTErrorFieldInformation | RESTErrorGroupWrapper | string | {  [k: string]: RESTErrorData;};