Show / Hide Table of Contents

Class ErrorMessage

Inheritance
object
ErrorMessage
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Microsoft.GNS.Roster
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
Type Description
string
View Source

ArgumentEmptyScope

Declaration
public const string ArgumentEmptyScope = "The argument '{0}' is invalid because it is an empty scope."
Field Value
Type Description
string
View Source

ArgumentInvalid

Declaration
public const string ArgumentInvalid = "The argument '{0}' is not correctly configured for this operation."
Field Value
Type Description
string
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
Type Description
string
View Source

ArgumentInvalidScopeIdentifier

Declaration
public const string ArgumentInvalidScopeIdentifier = "The scope identifier {0} is not recognized."
Field Value
Type Description
string
View Source

ArgumentLessThan

Declaration
public const string ArgumentLessThan = "The argument '{0}' cannot be less than {1}."
Field Value
Type Description
string
View Source

ArgumentListContainsInvalidItems

Declaration
public const string ArgumentListContainsInvalidItems = "The argument '{0}' contains an item that is not correctly configured for this operation."
Field Value
Type Description
string
View Source

ArgumentNotGuid

Declaration
public const string ArgumentNotGuid = "The argument '{0}' could not be parsed as a Guid."
Field Value
Type Description
string
View Source

ArgumentNullOrDefault

Declaration
public const string ArgumentNullOrDefault = "The argument '{0}' is either null or a default object."
Field Value
Type Description
string
View Source

ArgumentNullOrWhiteSpace

Declaration
public const string ArgumentNullOrWhiteSpace = "The argument '{0}' is either null or whitespace."
Field Value
Type Description
string
View Source

ArgumentRefEqual

Declaration
public const string ArgumentRefEqual = "The argument '{0}' is equal to the argument '{1}'"
Field Value
Type Description
string
View Source

DeserializationError

Declaration
public const string DeserializationError = "An error occurred deserializing. Null was returned and this is not expected."
Field Value
Type Description
string
View Source

Error

Declaration
public const string Error = "Error"
Field Value
Type Description
string
View Source

InvalidMetadata

Declaration
public const string InvalidMetadata = "Invalid MetadataItem specified. Make sure the object is not null and has a valid name and container."
Field Value
Type Description
string
View Source

LengthErrorMessageFormat

Declaration
public const string LengthErrorMessageFormat = " must be 4-255 characters."
Field Value
Type Description
string
View Source

NoSearchTermProvidedError

Declaration
public const string NoSearchTermProvidedError = "No search term was provided. Contact support if this issue persists."
Field Value
Type Description
string
View Source

NoValidPrincipalsProvided

Declaration
public const string NoValidPrincipalsProvided = "No valid principals provided."
Field Value
Type Description
string
View Source

NotFoundByIdFormat

Declaration
public const string NotFoundByIdFormat = "The {0} with Id: '{1}' could not be found."
Field Value
Type Description
string
View Source

NotFoundByNameFormat

Declaration
public const string NotFoundByNameFormat = "The {0} with name: '{1}' could not be found."
Field Value
Type Description
string
View Source

RegExErrorMessageFormat

Declaration
public const string RegExErrorMessageFormat = " must only contain the following characters: a-z A-Z 0-9 _ - . <space>"
Field Value
Type Description
string
View Source

RequiresValidPropertyValue

Declaration
public const string RequiresValidPropertyValue = "A valid {0} value is required."
Field Value
Type Description
string
View Source

ReservedNameError

Declaration
public const string ReservedNameError = "Tried to create container with reserved name {0}."
Field Value
Type Description
string
View Source

UnexpectedPrincipalFormat

Declaration
public const string UnexpectedPrincipalFormat = "Unexpected principal target: {0}."
Field Value
Type Description
string

Methods

View Source

Format(string, params object[])

Declaration
public static string Format(string format, params object[] args)
Parameters
Type Name Description
string format
object[] args
Returns
Type Description
string
  • View Source
In this article
Back to top Generated by DocFX