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