Class BaseError
Base error information
Inherited Members
Namespace: PnP.Core
Assembly: PnP.Core.dll
Syntax
public abstract class BaseError
Constructors
BaseError(ErrorType)
Default base constructor/>
Declaration
public BaseError(ErrorType type)
Parameters
|
ErrorType
type
Type of the error |
Properties
AdditionalData
Additional data linked to an error
Declaration
public IDictionary<string, object> AdditionalData { get; }
Property Value
| IDictionary<string, object> |
PnPCorrelationId
Correlation for a PnP Core SDK operation
Declaration
public Guid PnPCorrelationId { get; }
Property Value
| Guid |