Class ErrorMessage
Assembly: Microsoft.XboxStudios.SQTech.Roster.Common.dll
Syntax
public static class ErrorMessage
Fields
View Source
ArgumentEmptyGuid
Declaration
public const string ArgumentEmptyGuid = "The argument '{0}' is an empty Guid."
Field Value
View Source
ArgumentEmptyScope
Declaration
public const string ArgumentEmptyScope = "The argument '{0}' is invalid because it is an empty scope."
Field Value
View Source
ArgumentInvalid
Declaration
public const string ArgumentInvalid = "The argument '{0}' is not correctly configured for this operation."
Field Value
View Source
ArgumentInvalidRosterObjectName
Declaration
public const string ArgumentInvalidRosterObjectName = "Invalid {0} name. Name must 4-255 characters in length and only contain the following characters: a-z A-Z 0-9 _ - <space>"
Field Value
View Source
ArgumentInvalidScopeIdentifier
Declaration
public const string ArgumentInvalidScopeIdentifier = "The scope identifier {0} is not recognized."
Field Value
View Source
ArgumentLessThan
Declaration
public const string ArgumentLessThan = "The argument '{0}' cannot be less than {1}."
Field Value
View Source
ArgumentListContainsInvalidItems
Declaration
public const string ArgumentListContainsInvalidItems = "The argument '{0}' contains an item that is not correctly configured for this operation."
Field Value
View Source
ArgumentNotGuid
Declaration
public const string ArgumentNotGuid = "The argument '{0}' could not be parsed as a Guid."
Field Value
View Source
ArgumentNullOrDefault
Declaration
public const string ArgumentNullOrDefault = "The argument '{0}' is either null or a default object."
Field Value
View Source
ArgumentNullOrWhiteSpace
Declaration
public const string ArgumentNullOrWhiteSpace = "The argument '{0}' is either null or whitespace."
Field Value
View Source
ArgumentRefEqual
Declaration
public const string ArgumentRefEqual = "The argument '{0}' is equal to the argument '{1}'"
Field Value
View Source
DeserializationError
Declaration
public const string DeserializationError = "An error occurred deserializing. Null was returned and this is not expected."
Field Value
View Source
Error
Declaration
public const string Error = "Error"
Field Value
View Source
Declaration
public const string InvalidMetadata = "Invalid MetadataItem specified. Make sure the object is not null and has a valid name and container."
Field Value
View Source
Declaration
public const string LengthErrorMessageFormat = " must be 4-255 characters."
Field Value
View Source
NoSearchTermProvidedError
Declaration
public const string NoSearchTermProvidedError = "No search term was provided. Contact support if this issue persists."
Field Value
View Source
NoValidPrincipalsProvided
Declaration
public const string NoValidPrincipalsProvided = "No valid principals provided."
Field Value
View Source
Declaration
public const string NotFoundByIdFormat = "The {0} with Id: '{1}' could not be found."
Field Value
View Source
Declaration
public const string NotFoundByNameFormat = "The {0} with name: '{1}' could not be found."
Field Value
View Source
Declaration
public const string RegExErrorMessageFormat = " must only contain the following characters: a-z A-Z 0-9 _ - . <space>"
Field Value
View Source
RequiresValidPropertyValue
Declaration
public const string RequiresValidPropertyValue = "A valid {0} value is required."
Field Value
View Source
ReservedNameError
Declaration
public const string ReservedNameError = "Tried to create container with reserved name {0}."
Field Value
View Source
Declaration
public const string UnexpectedPrincipalFormat = "Unexpected principal target: {0}."
Field Value
Methods
View Source
Declaration
public static string Format(string format, params object[] args)
Parameters
Returns