n4auth/node_modules/@azure/msal-common/dist/error/ServerError.d.ts
2021-07-15 23:10:20 +03:00

8 lines
321 B
TypeScript

import { AuthError } from "./AuthError";
/**
* Error thrown when there is an error with the server code, for example, unavailability.
*/
export declare class ServerError extends AuthError {
constructor(errorCode?: string, errorMessage?: string, subError?: string);
}
//# sourceMappingURL=ServerError.d.ts.map