Class ErrorConstants.Messages
Error Messages
Inherited Members
Namespace: Microsoft.Graph.Communications.Core.Exceptions
Assembly: Microsoft.Graph.Communications.Core.dll
Syntax
public static class Messages
Fields
AuthenticationProviderMissing
The authentication provider missing
Declaration
public const string AuthenticationProviderMissing = "Authentication provider is required before sending a request."
Field Value
Type | Description |
---|---|
String |
BaseUrlMissing
The base URL missing
Declaration
public const string BaseUrlMissing = "Base URL cannot be null or empty."
Field Value
Type | Description |
---|---|
String |
ClientErrorAuthenticatingRequest
The client error processing notifications
Declaration
public const string ClientErrorAuthenticatingRequest = "Unexpected exception happened on client when authenticating request."
Field Value
Type | Description |
---|---|
String |
ClientErrorProcessingNotifications
The client error processing notifications
Declaration
public const string ClientErrorProcessingNotifications = "Unexpected exception happened on client when processing notification."
Field Value
Type | Description |
---|---|
String |
InvalidTypeForDateConverter
The invalid type for date converter
Declaration
public const string InvalidTypeForDateConverter = "DateConverter can only serialize objects of type Date."
Field Value
Type | Description |
---|---|
String |
LocationHeaderNotSetOnRedirect
The location header not set on redirect
Declaration
public const string LocationHeaderNotSetOnRedirect = "Location header not present in redirection response."
Field Value
Type | Description |
---|---|
String |
MessageContentIsEmpty
The message content is empty
Declaration
public const string MessageContentIsEmpty = "Unexpected empty message content."
Field Value
Type | Description |
---|---|
String |
NotificationChangeTypeIsEmpty
The notification change type is empty
Declaration
public const string NotificationChangeTypeIsEmpty = "No change type specified for the incoming notification."
Field Value
Type | Description |
---|---|
String |
NotificationResourceDataIsEmpty
The notification resource data is empty
Declaration
public const string NotificationResourceDataIsEmpty = "No resource data specified for the incoming notification."
Field Value
Type | Description |
---|---|
String |
NotificationResourceNotRecognized
The notification resource is not recognized
Declaration
public const string NotificationResourceNotRecognized = "Resource in notification is not recognized."
Field Value
Type | Description |
---|---|
String |
NotificationResourcePathIsEmpty
The notification resource path is empty
Declaration
public const string NotificationResourcePathIsEmpty = "No resource path specified for the incoming notification."
Field Value
Type | Description |
---|---|
String |
NotificationsAreEmpty
The notifications are empty
Declaration
public const string NotificationsAreEmpty = "Notifications received from server are empty."
Field Value
Type | Description |
---|---|
String |
NotificationUriNotSet
The notification URI not set
Declaration
public const string NotificationUriNotSet = "Notification URI is not set for the resource."
Field Value
Type | Description |
---|---|
String |
OverallTimeoutCannotBeSet
The overall timeout cannot be set
Declaration
public const string OverallTimeoutCannotBeSet = "Overall timeout cannot be set after the first request is sent."
Field Value
Type | Description |
---|---|
String |
RehydrationFailedNotFound
The re-hydration failed not found
Declaration
public const string RehydrationFailedNotFound = "Rehydration is performed on a resource that doesn't exist."
Field Value
Type | Description |
---|---|
String |
RehydrationFailedWithEmptyResource
The re-hydration failed with empty resource
Declaration
public const string RehydrationFailedWithEmptyResource = "Rehydration failed since service returned an empty resource."
Field Value
Type | Description |
---|---|
String |
RequestTimedOut
The request timed out
Declaration
public const string RequestTimedOut = "The request timed out."
Field Value
Type | Description |
---|---|
String |
RequestUrlMissing
The request URL missing
Declaration
public const string RequestUrlMissing = "Request URL is required to send a request."
Field Value
Type | Description |
---|---|
String |
TooManyRedirectsFormatString
The too many redirects format string
Declaration
public const string TooManyRedirectsFormatString = "More than {0} redirects encountered while sending the request."
Field Value
Type | Description |
---|---|
String |
UnableToCreateInstanceOfTypeFormatString
The unable to create instance of type format string
Declaration
public const string UnableToCreateInstanceOfTypeFormatString = "Unable to create an instance of type {0}."
Field Value
Type | Description |
---|---|
String |
UnableToDeserializeNotification
The unable to deserialize notification
Declaration
public const string UnableToDeserializeNotification = "Unable to deserialize the notification."
Field Value
Type | Description |
---|---|
String |
UnexpectedExceptionOnSend
The unexpected exception on send
Declaration
public const string UnexpectedExceptionOnSend = "An error occurred sending the request."
Field Value
Type | Description |
---|---|
String |
UnexpectedExceptionResponse
The unexpected exception response
Declaration
public const string UnexpectedExceptionResponse = "Unexpected exception returned from the service."
Field Value
Type | Description |
---|---|
String |