Warn Messages

This content is no longer actively maintained. It is provided as is, for anyone who may still be using these technologies, with no warranties or claims of accuracy with regard to the most recent product version or service release.

A warning message.

Warn.Client

A warning message related to the API client software.

Warn.Client.BadData

A field (option, attribute, element, HTTP request, or part of a URL) contains invalid data. The following table specifies the options corresponding to this message and those below it in the hierarchy.

Warn.Client.BadData Options

Name

Description

fieldName

StringOption. Length range 1-255 characters.

Specifies the name of the field that contains invalid data.

Warn.Client.BadData.Zip

A file or stream in the Zip archive file format is invalid.

Warn.Client.BadData.Zip.Entry

An entry in a Zip archive is invalid. The following table specifies the options corresponding to this message and those below it in the hierarchy.

Warn.Client.BadData.Zip.Entry Options

Name

Description

entryName

StringOption.

Specifies the name of the invalid entry. This option is only present if the invalid entry can be identified by a definite name.

Warn.Client.BadData.Zip.Entry.Missing

A Zip archive is missing a required entry.

Warn.Client.BadData.Zip.Entry.Missing.Image

A Zip archive is missing an image entry.

Warn.Client.BadData.Zip.Entry.Missing.Version

A Zip archive is missing a version entry.

Warn.Client.BadSyntax

A field (option, attribute, element, Zip archive entry, or part of a URL) violates some syntactic constraint of this specification or a referenced specification. The following table specifies the options corresponding to this message and those below it in the hierarchy.

Warn.Client.BadSyntax Options

Name

Description

fieldName

StringOption. Length range 1-255 characters.

Specifies the name of the field that violates the constraint.

Warn.Client.BadSyntax.BadFormat

The data in a field are not in a valid format.

Warn.Client.BadSyntax.BadFormat.URL

A field contains an invalid URL.

Warn.Client.BadSyntax.BadOrder

A field is not in the required order.

Warn.Client.BadSyntax.BadOrder.XML

An XML item is not in the required order.

Warn.Client.BadSyntax.BadOrder.XML.Element

An XML element is not in the required order.

Warn.Client.BadSyntax.BadOrder.XML.Element.NotFirstChild

An XML element is not in the first child of its immediate parent when this is required.

Warn.Client.BadSyntax.BadOrder.ZipEntry

An entry in a Zip file is not in the required order. The following table specifies the options corresponding to this message and those below it in the hierarchy.

Warn.Client.BadSyntax.BadOrder.ZipEntry Options

Name

Description

entryName

StringOption.

Specifies the name of the entry that is not in the correct order.

Warn.Client.BadSyntax.BadOrder.ZipEntry.After

An entry in a Zip file is after another entry when this is not permitted.

Warn.Client.BadSyntax.BadOrder.ZipEntry.After.Entry

An entry in a Zip file is after another entry when this is not permitted. The following table specifies the options corresponding to this message and those below it in the hierarchy.

Warn.Client.BadSyntax.BadOrder.ZipEntry.After.Entry Options

Name

Description

afterEntryName

StringOption.

Specifies the name of the entry that entryName was after, but should not have been after.

Warn.Client.BadSyntax.BadOrder.ZipEntry.Before

An entry in a Zip file is before another entry when this is not permitted.

Warn.Client.BadSyntax.BadOrder.ZipEntry.Before.Entry

An entry in a Zip file is before another entry when this is not permitted. The following table specifies the options corresponding to this message and those below it in the hierarchy.

Warn.Client.BadSyntax.BadOrder.ZipEntry.Before.Entry Options

Name

Description

beforeEntryName

StringOption.

Specifies the name of the entry that entryName preceded, but should not have preceded.

Warn.Client.BadSyntax.BadOrder.ZipEntry.Before.Version

An entry in a Zip file is before the version entry when this is not permitted.

Warn.Client.BadSyntax.BadType

The type of a field is not the type required.

Warn.Client.BadSyntax.BadType.NeedBoolean

The type of a field is not boolean, which is the type required.

Warn.Client.BadSyntax.BadType.NeedDecimal

The type of a field is not decimal, which is the type required.

Warn.Client.BadSyntax.BadType.NeedEnumeration

The type of a field is not enumeration, which is the type required.

Warn.Client.BadSyntax.BadType.NeedEnumerationChoices

The type of a field is enumeration as required, but the enumeration does not contain the required choices in the required order. The following table specifies the options corresponding to this message and those below it in the hierarchy.

Warn.Client.BadSyntax.BadType.NeedEnumerationChoices Options

Name

Description

choices

StringListOption.

Specifies the required enumeration choices in the required order.

Warn.Client.BadSyntax.BadType.NeedLocale

The type of a field is not locale, which is the type required.

Warn.Client.BadSyntax.BadType.NeedLocaleList

The type of a field is not locale list, which is the type required.

Warn.Client.BadSyntax.BadType.NeedString

The type of a field is not string, which is the type required.

Warn.Client.BadSyntax.BadType.NeedStringList

The type of a field is not string list, which is the type required.

Warn.Client.BadSyntax.BadType.NeedTime

The type of a field is not time, which is the type required.

Warn.Client.BadSyntax.BadType.NeedTimeInterval

The type of a field is not TimeInterval, which is the type required.

Warn.Client.BadSyntax.BadType.NeedTimeIntervalList

The type of a field is not TimeIntervalList, which is the type required.

Warn.Client.BadSyntax.BadType.Option

An option type is unexpected. The following table specifies the options corresponding to this message and those below it in the hierarchy.

Warn.Client.BadSyntax.BadType.Option Options

Name

Description

expected

StringOption. Length range 1-255 characters.

Specifies the expected option type.

got

StringOption.

Specifies the actual option type.

Warn.Client.BadSyntax.Missing

A required field is missing.

Warn.Client.BadSyntax.Missing.Option

A required option is missing.

Warn.Client.BadSyntax.Missing.Option.Slide

A required option in a slide is missing. The following table specifies the options corresponding to this message and those below it in the hierarchy.

Warn.Client.BadSyntax.Missing.Option.Slide Options

Name

Description

slideType

StringOption. Length range 1-255 characters.

Specifies the type of slide.

Warn.Client.BadSyntax.Missing.XML

A required XML item is missing.

Warn.Client.BadSyntax.Missing.XML.DocumentTypeDeclaration

A document type declaration, or part of a document type declaration, is missing.

Warn.Client.BadSyntax.Missing.XML.DocumentTypeDeclaration.SystemIdentifier

The system identifier in a document type declaration is missing.

Warn.Client.BadSyntax.Missing.XML.Element

A required XML element is missing.

Warn.Client.BadSyntax.Null

A value is null when a non-null value is required.

Warn.Client.BadSyntax.Null.ItemInList

The value of an item in a list is null when a non-null value is required. The following table specifies the options corresponding to this message and those below it in the hierarchy.

Warn.Client.BadSyntax.Null.ItemInList Options

Name

Description

Index

decimalOption. Value range 0 to 231-1.

Specifies the index of the item that is null. The first item in the list has index zero.

Warn.Client.BadSyntax.Null.Option

A value in an option is null when a non-null value is required.

Warn.Client.BadSyntax.Null.Option.Name

An option name is null.

Warn.Client.BadSyntax.Null.Option.Value

An option value is null when this is not permitted. The following table specifies the options corresponding to this message and those below it in the hierarchy.

Warn.Client.BadSyntax.Null.Option.Value Options

Name

Description

optionName

StringOption.

Specifies the name of the option. The optionName option is not present if the name of the invalid option is null or empty.

optionType

StringOption.

Specifies the type of the invalid option.

Warn.Client.BadSyntax.TooFew

More values are required than are present. The following table specifies the options corresponding to this message and those below it in the hierarchy.

Warn.Client.BadSyntax.TooFew Options

Name

Description

minNeeded

decimalOption. Value range 0 to 231-1.

Specifies the minimum number of values required.

Warn.Client.BadSyntax.TooFew.StringList

A string list contains too few strings. The following table specifies the options corresponding to this message and those below it in the hierarchy.

Warn.Client.BadSyntax.TooFew.StringList Options

Name

Description

listSize

decimalOption. Value range 0 to 231-1.

Specifies the number of strings in the string list.

Warn.Client.BadSyntax.TooShort

A value is too short. The following table specifies the options corresponding to this message and those below it in the hierarchy.

Warn.Client.BadSyntax.TooShort Options

Name

Description

length

decimalOption. Value range 0 to 231-1.

Specifies the length of the value that is too short.

min

decimalOption. Value range 0 to 231-1.

Specifies the minimum allowed length.

Warn.Client.BadSyntax.TooShort.ItemInList

The value of an item in a list is too short. The following table specifies the options corresponding to this message and those below it in the hierarchy.

Warn.Client.BadSyntax.TooShort.ItemInList Options

Name

Description

index

decimalOption. Value range 0 to 231-1.

Specifies the index of the item that is too short. The first item in the list has index zero.

Warn.Client.BadSyntax.TooShort.ItemInList.String

A string in a list is too short. The following table specifies the options corresponding to this message and those below it in the hierarchy.

Warn.Client.BadSyntax.TooShort.ItemInList.String Options

Name

Description

stringValue

StringOption.

Specifies the string value that is too short. This option is omitted if the string is empty.

Warn.Client.BadSyntax.TooShort.String

A string is too short. The following table specifies the options corresponding to this message and those below it in the hierarchy.

Warn.Client.BadSyntax.TooShort.String Options

Name

Description

stringValue

StringOption.

Specifies the string value that is too short. This option is omitted if the string is empty.

Warn.Client.BadSyntax.TooShort.String.Option

A string in an option is too short.

Warn.Client.BadSyntax.TooShort.String.Option.Name

An option name is too short.

Warn.Client.IgnoredBad

An invalid, unknown, or unexpected item is ignored.

Warn.Client.IgnoredBad.Option

An invalid, unknown, or unexpected option is ignored. The following table specifies the options corresponding to this message and those below it in the hierarchy.

Warn.Client.IgnoredBad.Option Options

Name

Description

optionName

StringOption.

Specifies the name of the ignored option. This option is not present if the name of the ignored option is null or empty.

optionType

StringOption.

Specifies the type of the ignored option.

Warn.Client.IgnoredBad.Option.Type

An option with an unknown or unexpected option type is ignored.

Warn.Client.IgnoredBad.Property

An unknown or unexpected property is ignored. The following table specifies the options corresponding to this message and those below it in the hierarchy.

Warn.Client.IgnoredBad.Property Options

Name

Description

propertyName

StringOption.

Specifies the name of the unknown or unexpected property.

Warn.Client.IgnoredBad.SlideType

An unknown slide type is ignored. The following table specifies the options corresponding to this message and those below it in the hierarchy.

Warn.Client.IgnoredBad.SlideType Options

Name

Description

slideType

StringOption.

Specifies the unknown slide type.

Warn.Client.IgnoredBad.TooMany

More values are present than are permitted. The extra values are ignored. The following table specifies the options corresponding to this message and those below it in the hierarchy.

Warn.Client.IgnoredBad.TooMany Options

Name

Description

fieldName

StringOption.

Specifies the name of the field containing too many values.

max

decimalOption. Value range 0 to 231-1.

Specifies the maximum number of values allowed.

Warn.Client.IgnoredBad.Value

An invalid value is replaced by a default. The following table specifies the options corresponding to this message and those below it in the hierarchy.

Warn.Client.IgnoredBad.Value Options

Name

Description

fieldName

StringOption.

Specifies the name of the field containing the invalid value.

badValue

StringOption.

Specifies the invalid value.

replacement

StringOption.

Specifies the value used instead.

Warn.Client.IgnoredBad.XML

An invalid, unknown, or unexpected XML item is ignored. The following table specifies the options corresponding to this message and those below it in the hierarchy.

Warn.Client.IgnoredBad.XML Options

Name

Description

elementType

StringOption.

Specifies the type of element that contained the unexpected attribute.

Warn.Client.IgnoredBad.XML.Attribute

An invalid, unknown, or unexpected XML attribute is ignored. The following table specifies the options corresponding to this message and those below it in the hierarchy.

Warn.Client.IgnoredBad.XML.Attribute Options

Name

Description

attributeName

StringOption.

Specifies the name of the ignored attribute.

optionName

StringOption. Length range 1-255 characters.

If the XML was part of an option, specifies the name of the option.

Warn.Client.IgnoredBad.XML.DocumentTypeDeclaration

An invalid, unknown, or unexpected XML document type declaration is ignored.

Warn.Client.IgnoredBad.XML.DocumentTypeDeclaration.RootElement

An invalid, unknown, or unexpected XML root element in a document type declaration is ignored. The following table specifies the options corresponding to this message and those below it in the hierarchy.

Warn.Client.IgnoredBad.XML.DocumentTypeDeclaration.RootElement Options

Name

Description

expected

StringOption. Length range 1-255 characters.

Specifies the expected root element type.

got

StringOption.

Specifies the actual root element.

Warn.Client.IgnoredBad.XML.DocumentTypeDeclaration.SystemIdentifier

An invalid, unknown, or unexpected XML system identifier in a document type declaration is ignored. The following table specifies the options corresponding to this message and those below it in the hierarchy.

Warn.Client.IgnoredBad.XML.DocumentTypeDeclaration.SystemIdentifier Options

Name

Description

expected

StringOption. Length range 1-1023 characters.

Specifies the expected system identifier.

got

StringOption.

Specifies the actual system identifier.

Warn.Client.IgnoredBad.XML.Element

An invalid, unknown, or unexpected XML element is ignored. The following table specifies the options corresponding to this message and those below it in the hierarchy.

Warn.Client.IgnoredBad.XML.Element Options

Name

Description

parent

StringOption. Length range 1-255 characters.

Specifies the element of the immediate parent. This option is omitted for the root element, or if the immediate parent is not known.

expected

StringOption. Length range 1-255 characters.

Specifies the expected element.

got

StringOption.

Specifies the actual element.

Warn.Client.IgnoredBad.ZipEntry

A Zip file entry with an invalid, unknown, or unexpected name or suffix is ignored. For example, an entry named image14.jpg is ignored because entries with the ".jpg" suffix are not permitted. The following table specifies the options corresponding to this message and those below it in the hierarchy.

Warn.Client.IgnoredBad.ZipEntry Options

Name

Description

entryName

StringOption.

Specifies the name of the ignored entry.

Warn.Client.IgnoredBad.ZipEntry.Directory

A Zip file entry that is a directory is ignored.

Warn.Client.IgnoredBad.ZipEntry.Unexpected

An unexpected Zip file entry is ignored.

Warn.Client.IgnoredBad.ZipEntry.Unexpected.Image

An unexpected Zip file entry is ignored. The suffix of the entry name indicates the entry contains an image.

Warn.Client.IgnoredRepeat

An item occurs more than once when only one occurrence is permitted. All but one occurrence are ignored.

Warn.Client.IgnoredRepeat.Option

An option appears more than once in an option list. The first value of the option is used, and all subsequent values are ignored. The following table specifies the options corresponding to this message and those below it in the hierarchy.

Warn.Client.IgnoredRepeat.Option Options

Name

Description

optionName

StringOption.

Specifies the name of the repeated option.

Warn.Client.IgnoredRepeat.OptionList

An XML element has more than one option list child element when only one option list child element is permitted.

Warn.Client.IgnoredRepeat.Property

A property is repeated when this is not permitted. The last value of the property is used, and all previous values are ignored. The following table specifies the options corresponding to this message and those below it in the hierarchy.

Warn.Client.IgnoredRepeat.Property Options

Name

Description

propertyName

StringOption.

Specifies the name of the repeated property.

Warn.Client.IgnoredRepeat.ZipEntry

A repeated Zip file entry is ignored. The following table specifies the options corresponding to this message and those below it in the hierarchy.

Warn.Client.IgnoredRepeat.ZipEntry Options

Name

Description

entryName

StringOption.

Specifies the name of the ignored entry.

Warn.Client.IgnoredRepeat.ZipEntry.Version

A repeated version Zip file entry is ignored.

Warn.Server

A warning message related to the conference center.

Warn.Server.BadSyntax

A field (option, attribute, element, or part of a URL) violates some syntactic constraint of this specification or a referenced specification. The following table specifies the options corresponding to this message and those below it in the hierarchy.

Warn.Server.BadSyntax Options

Name

Description

fieldName

StringOption. Length range 1-255 characters.

Specifies the name of the field that violates the constraint.

Warn.Server.BadSyntax.BadFormat

The data in a field are not in a valid format.

Warn.Server.BadSyntax.BadFormat.Hex

The data in a field are not a valid hexadecimal number where this is required.

Warn.Server.IgnoredBad

An invalid, unknown, or unexpected item is ignored.

Warn.Server.IgnoredBad.Value

An invalid value is replaced by a default. The following table specifies the options corresponding to this message and those below it in the hierarchy.

Warn.Server.IgnoredBad.Value options

Name

Description

fieldName

StringOption.

Specifies the name of the field that contains the invalid value.

badValue

StringOption.

Specifies the invalid value.

replacement

StringOption.

Specifies the value that is used instead.

Warn.Server.Unexpected

An unexpected item is encountered.

Warn.Server.Unexpected.Version

An unexpected version is encountered. The following table specifies the options corresponding to this message and those below it in the hierarchy.

Warn.Server.Unexpected.Version Options

Name

Description

gotVersionMajor

decimalOption.

Specifies the major version number encountered.

gotVersionMinor

decimalOption.

Specifies the minor version number encountered.

supportedVersions

StringListOption.

Specifies the versions supported by the conference center.

Warn.Server.Unexpected.Version.Major

A version has an unexpected major version number.

Warn.Server.Unexpected.Version.Minor

A version has an unexpected minor version number.

See Also

Concepts

Informational and Warning Messages