public class MsalError extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
INVALID_MANAGED_IDENTITY_ENDPOINT
Invalid managed identity endpoint.
|
static String |
MANAGED_IDENTITY_FILE_READ_ERROR |
static String |
MANAGED_IDENTITY_REQUEST_FAILED
Managed Identity error response was received.
|
static String |
MANAGED_IDENTITY_RESPONSE_PARSE_FAILURE |
static String |
MANAGED_IDENTITY_UNREACHABLE_NETWORK
Managed Identity endpoint is not reachable.
|
static String |
RESOURCE_REQUIRED_MANAGED_IDENTITY
Resource is required to fetch a token using managed identity.
|
static String |
USER_ASSIGNED_MANAGED_IDENTITY_NOT_SUPPORTED
User assigned managed identity is not supported for this source.
|
| Constructor and Description |
|---|
MsalError() |
public static final String INVALID_MANAGED_IDENTITY_ENDPOINT
public static final String USER_ASSIGNED_MANAGED_IDENTITY_NOT_SUPPORTED
public static final String MANAGED_IDENTITY_REQUEST_FAILED
public static final String RESOURCE_REQUIRED_MANAGED_IDENTITY
public static final String MANAGED_IDENTITY_UNREACHABLE_NETWORK
public static final String MANAGED_IDENTITY_FILE_READ_ERROR
public static final String MANAGED_IDENTITY_RESPONSE_PARSE_FAILURE
Copyright © 2013–2025. All rights reserved.