Avalanche.DataType.Bad |
8A7AC0D0 |
Captured unexpected Exception |
{errorType}: {errorMessage} |
|
Avalanche.DataType.BadFieldNotFound |
8A7AC0D1 |
Error field not found by name. |
{fieldName}: Not found. |
|
Avalanche.DataType.BadFieldIndexOutOfRange |
8A7AC0D2 |
Error field not found by name. |
{fieldIndex}: Not found. |
|
Avalanche.DataType.BadMinConstraintOverMax |
8A7AC0D3 |
Error min over max constraint. |
{dataType}: Min={minLength} exceeds Max={maxLength} |
|
Avalanche.DataType.BadPropertyNotCastable |
8A7AC0D4 |
Error property not castable. |
'{object}': {property} not castable to {targetType}, got {sourceType}. |
|