ms-rest-js
Advanced tools
Comparing version 1.0.462 to 1.0.465
import { HttpOperationResponse } from "./httpOperationResponse"; | ||
import { WebResource } from "./webResource"; | ||
export declare class RestError extends Error { | ||
static readonly REQUEST_SEND_ERROR = "REQUEST_SEND_ERROR"; | ||
static readonly REQUEST_ABORTED_ERROR = "REQUEST_ABORTED_ERROR"; | ||
static readonly PARSE_ERROR = "PARSE_ERROR"; | ||
static readonly REQUEST_SEND_ERROR: string; | ||
static readonly REQUEST_ABORTED_ERROR: string; | ||
static readonly PARSE_ERROR: string; | ||
code?: string; | ||
@@ -8,0 +8,0 @@ statusCode?: number; |
@@ -8,5 +8,5 @@ // Copyright (c) Microsoft Corporation. All rights reserved. | ||
export class RestError extends Error { | ||
static readonly REQUEST_SEND_ERROR = "REQUEST_SEND_ERROR"; | ||
static readonly REQUEST_ABORTED_ERROR = "REQUEST_ABORTED_ERROR"; | ||
static readonly PARSE_ERROR = "PARSE_ERROR"; | ||
static readonly REQUEST_SEND_ERROR: string = "REQUEST_SEND_ERROR"; | ||
static readonly REQUEST_ABORTED_ERROR: string = "REQUEST_ABORTED_ERROR"; | ||
static readonly PARSE_ERROR: string = "PARSE_ERROR"; | ||
@@ -13,0 +13,0 @@ code?: string; |
@@ -8,3 +8,3 @@ { | ||
}, | ||
"version": "1.0.462", | ||
"version": "1.0.465", | ||
"description": "Isomorphic client Runtime for Typescript/node.js/browser javascript client libraries generated using AutoRest", | ||
@@ -118,5 +118,6 @@ "tags": [ | ||
"preview": "ts-node ./.scripts/preview.ts", | ||
"latest": "ts-node ./.scripts/latest.ts" | ||
"latest": "ts-node ./.scripts/latest.ts", | ||
"prepack": "npm i && npm run build" | ||
}, | ||
"sideEffects": false | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
1683931