Navigation
API > API/Runtime > API/Runtime/Core
Errors that can occur when accessing a field.
| Name | ECbFieldError |
| Type | enum |
| Header File | /Engine/Source/Runtime/Core/Public/Serialization/CompactBinary.h |
| Include Path | #include "Serialization/CompactBinary.h" |
Syntax
enum ECbFieldError
{
None,
TypeError,
RangeError,
}
Values
| Name | Remarks |
|---|---|
| None | The field is not in an error state. |
| TypeError | The value type does not match the requested type. |
| RangeError | The value is out of range for the requested type. |