UNPKG

@azure-rest/core-client

Version:
11 lines 489 B
import type { RestError } from "@azure/core-rest-pipeline"; import type { PathUncheckedResponse } from "./common.js"; /** * Creates a rest error from a PathUnchecked response */ export declare function createRestError(response: PathUncheckedResponse): RestError; /** * Creates a rest error from an error message and a PathUnchecked response */ export declare function createRestError(message: string, response: PathUncheckedResponse): RestError; //# sourceMappingURL=restError.d.ts.map