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 = 1The layout source cannot be compiled into a valid binary layout.
InvalidPath = 2A requested declaration, member, index, or accessor cannot be resolved.
ReadFailed = 3Binary input could not be read or decoded.
ReadLimitExceeded = 4A configured read or traversal safety limit was exceeded.
WriteFailed = 5Caller data could not be encoded or written.
WriteLimitExceeded = 6A configured output safety limit was exceeded.