Enum ErrorType
List of possible errors that can be thrown
public enum ErrorType
Fields
AzureADError = 3Authentication call to Azure AD failed
CollectionNotLoaded = 8Collection needs to be loaded once before you can use the paging methods for paged data retrieval
ConfigurationError = 12There's an issue in the provided configuration data
CsomServiceError = 2CSOM request returned an error
GraphBetaNotAllowed = 6Making a Graph Beta call is not allowed. See usage docs to learn more
GraphServiceError = 0Graph service request returned an error
InstanceWasDeleted = 10This model instance was deleted, you can't use it anymore
InvalidParameters = 13Invalid parameters are sent it for a request
LinqError = 11Something went wrong with issuing a linq query
MissingAddApiHandler = 4Adding an item to Microsoft 365 using 'AddAsync' requires that the added model class has an AddApiHandler configured. See contribution docs to learn more
ModelMetadataIncorrect = 5There's incomplete model metadata configured. See contribution docs to learn more.
OfflineDataError = 17There's an issue with the available offline test data
PropertyNotLoaded = 9The property you want to use was not yet loaded, first request it before using it
SharePoint REST request returned an error
TeamsAsyncOperationError = 18Something went wrong when doing an Teams async operation
TooManyBatchRetries = 20Too many retries of a request in a Graph batch happened
TooManyRetries = 19Too many retries of an http request happened
UnexpectedMappingType = 16The payload to map to object has an unexpected type
UnresolvedTokens = 14The API call still contains unresolved tokens
Unsupported = 7Unsupported action
UnsupportedViaBatch = 15The requests in this batch are not vald