Show / Hide Table of Contents

Class ErrorConstants.Messages

Error Messages

Inheritance
System.Object
ErrorConstants.Messages
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Microsoft.Graph.CoreSDK.Exceptions.Error
Assembly: Microsoft.Graph.CoreSDK.dll
Syntax
public static class Messages

Fields

View Source

AuthenticationProviderMissing

The authentication provider missing

Declaration
public const string AuthenticationProviderMissing = "Authentication provider is required before sending a request."
Field Value
Type Description
System.String
View Source

BaseUrlMissing

The base URL missing

Declaration
public const string BaseUrlMissing = "Base URL cannot be null or empty."
Field Value
Type Description
System.String
View Source

ClientErrorProcessingNotifications

The client error processing notifications

Declaration
public const string ClientErrorProcessingNotifications = "Unexpected exception happened on client when processing notification"
Field Value
Type Description
System.String
View Source

InvalidTypeForDateConverter

The invalid type for date converter

Declaration
public const string InvalidTypeForDateConverter = "DateConverter can only serialize objects of type Date."
Field Value
Type Description
System.String
View Source

LocationHeaderNotSetOnRedirect

The location header not set on redirect

Declaration
public const string LocationHeaderNotSetOnRedirect = "Location header not present in redirection response."
Field Value
Type Description
System.String
View Source

MessageContentIsEmpty

The message content is empty

Declaration
public const string MessageContentIsEmpty = "Unexpected empty message content"
Field Value
Type Description
System.String
View Source

NotificationChangeTypeIsEmpty

The notification change type is empty

Declaration
public const string NotificationChangeTypeIsEmpty = "No change type specified for the incoming notification"
Field Value
Type Description
System.String
View Source

NotificationResourceDataIsEmpty

The notification resource data is empty

Declaration
public const string NotificationResourceDataIsEmpty = "No resource data specified for the incoming notification"
Field Value
Type Description
System.String
View Source

NotificationResourceNotRecognized

The notification resource is not recognized

Declaration
public const string NotificationResourceNotRecognized = "Resource in notification is not recognized"
Field Value
Type Description
System.String
View Source

NotificationResourcePathIsEmpty

The notification resource path is empty

Declaration
public const string NotificationResourcePathIsEmpty = "No resource path specified for the incoming notification"
Field Value
Type Description
System.String
View Source

NotificationsAreEmpty

The notifications are empty

Declaration
public const string NotificationsAreEmpty = "Notifications received from server are empty"
Field Value
Type Description
System.String
View Source

NotificationUriNotSet

The notification URI not set

Declaration
public const string NotificationUriNotSet = "Notification URI is not set for the resource."
Field Value
Type Description
System.String
View Source

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
System.String
View Source

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
System.String
View Source

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
System.String
View Source

RequestTimedOut

The request timed out

Declaration
public const string RequestTimedOut = "The request timed out."
Field Value
Type Description
System.String
View Source

RequestUrlMissing

The request URL missing

Declaration
public const string RequestUrlMissing = "Request URL is required to send a request."
Field Value
Type Description
System.String
View Source

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
System.String
View Source

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
System.String
View Source

UnableToDeserializeNotification

The unable to deserialize notification

Declaration
public const string UnableToDeserializeNotification = "Unable to deserialize the notification."
Field Value
Type Description
System.String
View Source

UnexpectedExceptionOnSend

The unexpected exception on send

Declaration
public const string UnexpectedExceptionOnSend = "An error occurred sending the request."
Field Value
Type Description
System.String
View Source

UnexpectedExceptionResponse

The unexpected exception response

Declaration
public const string UnexpectedExceptionResponse = "Unexpected exception returned from the service."
Field Value
Type Description
System.String
  • View Source
Back to top Generated by DocFX