Table of Contents

Enum CStructErrorCode

Namespace
CStructSharp.Diagnostics
Assembly
CStructSharp.dll

Identifies the stable semantic category of a CStructException without requiring message parsing.

public enum CStructErrorCode

Fields

InvalidLayout = 1

The layout source cannot be compiled into a valid binary layout.

InvalidPath = 2

A requested declaration, member, index, or accessor cannot be resolved.

ReadFailed = 3

Binary input could not be read or decoded.

ReadLimitExceeded = 4

A configured read or traversal safety limit was exceeded.

WriteFailed = 5

Caller data could not be encoded or written.

WriteLimitExceeded = 6

A configured output safety limit was exceeded.