export interface AadError { name: string; message: (...args: string[]) => string; helpLink?: string; } export declare const GetAppError: AadError; export declare const GetAppConfigError: AadError; export declare const GetSkipAppConfigError: AadError; export declare const CreateAppError: AadError; export declare const CreateSecretError: AadError; export declare const UpdateRedirectUriError: AadError; export declare const UpdateAppIdUriError: AadError; export declare const UpdatePermissionError: AadError; export declare const AppIdUriInvalidError: AadError; export declare const ParsePermissionError: AadError; export declare const UnhandledError: AadError; export declare const UnknownPermissionName: AadError; export declare const UnknownPermissionRole: AadError; export declare const UnknownPermissionScope: AadError; export declare const GetTokenError: AadError; export declare const TenantNotExistError: AadError; export declare const GetConfigError: AadError; export declare class ConfigErrorMessages { static readonly GetDisplayNameError = "Failed to get display name."; static readonly GetConfigError: (configName: string, plugin: string) => string; static readonly FormatError: (type: string, value: string) => string; } export declare class AppStudioErrorMessage { static readonly CreateFailed = "Failed to create an application registration in Azure Active Directory."; static readonly UpdateFailed = "Failed to update application registration in Azure Active Directory."; static readonly CreateSecretFailed = "Failed to create an application secret in Azure Active Directory."; static readonly GetFailed = "Failed to retrieve Azure Active Directory application registration."; static readonly AppDefinitionIsNull = "Missing application definition."; static readonly AppObjectIdIsNull = "Missing Object ID."; static readonly EmptyResponse = "Missing response."; static readonly ReachRetryLimit = "Exceeded retry limit."; } export declare class GraphClientErrorMessage { static readonly CreateFailed = "Failed to create an application registration in Azure Active Directory."; static readonly UpdateFailed = "Failed to update application registration in Azure Active Directory."; static readonly CreateSecretFailed = "Failed to create an application secret in Azure Active Directory."; static readonly GetFailed = "Failed to retrieve Azure Active Directory application registration."; static readonly AppDefinitionIsNull = "Missing application definition."; static readonly AppObjectIdIsNull = "Missing Object ID."; static readonly EmptyResponse = "Missing response."; } //# sourceMappingURL=errors.d.ts.map