Tag |
public enum TagErrorCode
| Member name | Value | Description |
|---|---|---|
| UnsupportedTagVersion | 900 | An unsupported tag version was found. |
| UnsupportedTagUnsynchronisation | 901 | Synchronisation of tags or frames is not supported. |
| UnsupportedTagCompression | 902 | Tag compression is not supported. |
| TagDataExhausted | 903 | The input data was exhaused before all tag data could be read. |
| FrameDataExhausted | 904 | The input data was exhaused before frame data could be read. |
| UnsupportedFrameCompression | 905 | Frame compression is not supported. |
| UnsupportedFrameEncryption | 906 | Frame encryption is not supported. |
| UnsupportedFrameGrouping | 907 | Frame grouping is not supported. |
| UnsupportedFrameLengthIndicator | 908 | Frame length indicator is not supported. |
| UnsupportedFrameUnsynchronisation | 909 | Frame unsynchronisation is not supported. |
| UnknownV22FrameId | 910 | An unknown v2.2 frame Id was found and cannot be converted into a v2.3 equivalent. |
| V24FrameLengthEncoding | 911 | The encoding of the v2.4 frame length cannot be determined as both the Int32 and synchsafe decoded values do not unambiguously point to a following valid frame. |