n4auth/node_modules/@azure/msal-common/dist/error/ServerError.d.ts

8 lines
321 B
TypeScript
Raw Normal View History

2021-07-15 20:10:20 +00:00
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