• Version 1.15.2
Show / Hide Table of Contents

Class StaticErrorException.ErrorCode

Valid error codes.

Inheritance
object
StaticErrorException.ErrorCode
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: OnixS.Fix.Fast
Assembly: OnixS.Fix.Engine.dll
Syntax
public static class StaticErrorException.ErrorCode

Fields

S1001

It is a static error if templates encoded in the concrete XML syntax are in fact not well-formed, do not follow the rules of XML namespaces or are invalid with respect to the schema in Appendix 1.

Declaration
public static FastErrorCode S1001
Field Value
Type Description
FastErrorCode

S1002

An operator is specified for a field of a type to which the operator is not applicable.

Declaration
public static FastErrorCode S1002
Field Value
Type Description
FastErrorCode

S1004

No initial value is specified for a constant operator.

This error occurs if someone 'constant' operator definition has no value.

Declaration
public static FastErrorCode S1004
Field Value
Type Description
FastErrorCode

S1005

No initial value is specified for a default operator on a mandatory field.

This error occurs if someone 'default' operator definition in the mandatory field has no default value.

Declaration
public static FastErrorCode S1005
Field Value
Type Description
FastErrorCode

S1100

Unable to resolve a custom type name.

Declaration
public static FastErrorCode S1100
Field Value
Type Description
FastErrorCode
Remarks

FAST 1.2

S1101

Type definition cannot be generated by the given template node.

Declaration
public static FastErrorCode S1101
Field Value
Type Description
FastErrorCode
Remarks

FAST 1.2

S1102

A mandatory attribute have been missed in the given template node.

Declaration
public static FastErrorCode S1102
Field Value
Type Description
FastErrorCode

S1103

Field declaration must have the given attribute.

This error occurs if a field declaration has no particular attribute required by FAST specification.

Declaration
public static FastErrorCode S1103
Field Value
Type Description
FastErrorCode

S1104

A field has type reference, but has no type name.

Declaration
public static FastErrorCode S1104
Field Value
Type Description
FastErrorCode
Remarks

FAST 1.2

S1105

A field has no type definition.

Declaration
public static FastErrorCode S1105
Field Value
Type Description
FastErrorCode
Remarks

FAST 1.2

S1106

Type aliasing for the field disallowed.

Declaration
public static FastErrorCode S1106
Field Value
Type Description
FastErrorCode
Remarks

FAST 1.2

S1107

Type definition node has no of the type itself.

Declaration
public static FastErrorCode S1107
Field Value
Type Description
FastErrorCode
Remarks

FAST 1.2

S1108

The given node cannot be used as a field definition.

Declaration
public static FastErrorCode S1108
Field Value
Type Description
FastErrorCode
Remarks

FAST 1.2

S1109

Duplicated element name.

Declaration
public static FastErrorCode S1109
Field Value
Type Description
FastErrorCode

S1110

The 'presence' attribute has an invalid value.

This error occurs if someone 'presence' attribute has a value other than 'optional' or 'mandatory'.

Declaration
public static FastErrorCode S1110
Field Value
Type Description
FastErrorCode

S1111

An incorrect 'charset' value.

This error occurs if someone 'charset' attribute has a value other than 'ascii' or 'unicode'.

Declaration
public static FastErrorCode S1111
Field Value
Type Description
FastErrorCode

S1112

Unknown template pointed by 'templateRef' instruction.

Declaration
public static FastErrorCode S1112
Field Value
Type Description
FastErrorCode

S1113

Error of bit group declaration: a bit group can not be optional.

This error occurs if a bit group have been defined as optional. The current implementation disallows optional bitgroups.

Declaration
public static FastErrorCode S1113
Field Value
Type Description
FastErrorCode
Remarks

FAST 1.2

S1114

Unknown type used as core type.

This error occurs when someone type or field definition refers to the unknown underlying type.

Declaration
public static FastErrorCode S1114
Field Value
Type Description
FastErrorCode
Remarks

FAST 1.2

S1115

The length field must be added to the template in proper order.

This error occurs if the 'length' field have been declared in a wrong place: it must be the first field in the sequence declaration.

Declaration
public static FastErrorCode S1115
Field Value
Type Description
FastErrorCode

S1116

Unrecognizable epoch string.

Declaration
public static FastErrorCode S1116
Field Value
Type Description
FastErrorCode

S1117

Unrecognizable time unit string.

Declaration
public static FastErrorCode S1117
Field Value
Type Description
FastErrorCode

S1118

A wrong member of bit group.

This error occurs if the given field can not be a member of the bit group.

Declaration
public static FastErrorCode S1118
Field Value
Type Description
FastErrorCode

S1200

FAST 1.2 support is temporarily disabled.

This error occurs if the current implementation does not support FAST 1.2. Please contact support@onixs.biz regarding it.

Declaration
public static FastErrorCode S1200
Field Value
Type Description
FastErrorCode
In this article
Back to top Copyright © Onix Solutions.
Generated by DocFX