Class AuthenticationError
Error class for authentication errors
Inherited Members
Namespace: PnP.Core
Assembly: PnP.Core.dll
Syntax
public class AuthenticationError : BaseError
Constructors
AuthenticationError(ErrorType, JsonElement)
Constructs an Authentication
Declaration
public AuthenticationError(ErrorType type, JsonElement error)
Parameters
Error Type of the error |
Json Error content as |
AuthenticationError(ErrorType, String)
Constructs an Authentication
Declaration
public AuthenticationError(ErrorType type, string error)
Parameters
Error Type of the error |
System. Error content as |
Properties
Code
Error code
Declaration
public string Code { get; }
Property Value
System.
|
CorrelationId
Correlation id
Declaration
public Guid CorrelationId { get; }
Property Value
Guid
|
ErrorCodes
List of returned error codes
Declaration
public List<long> ErrorCodes { get; }
Property Value
List<System.
|
Message
Error message
Declaration
public string Message { get; }
Property Value
System.
|
TimeStamp
Time the error happened
Declaration
public string TimeStamp { get; }
Property Value
System.
|
TraceId
Trace id
Declaration
public Guid TraceId { get; }
Property Value
Guid
|
Methods
ToString()
Outputs a Authentication
Declaration
public override string ToString()
Returns
System. String representation |