@forge/storage
2.0.32.0.3-experimental-04cc2b9
out/errors.d.ts−
out/errors.d.tsDeleted−9
Index: package/out/errors.d.ts
===================================================================
--- package/out/errors.d.ts
+++ package/out/errors.d.ts
@@ -1,9 +0,0 @@
-export declare const getErrorMessageFromCode: (code: string, message: string | null) => string;
-export declare const getErrorMessage: (statusCode: number) => string;
-export declare class APIError extends Error {
- private constructor();
- static forStatus(status: number): APIError;
- static forErrorCode(code: string, message: string | null): APIError;
- static forUnexpected(message: string): APIError;
-}
-//# sourceMappingURL=errors.d.ts.map
\ No newline at end of file