/** @group Interfaces */ export default interface ErrorMetaData { url?: string; httpStatusCode?: number; httpResponseBody?: string; }