TypeArgumentError
Namespace: IotaSdk
An error with a type argument
BCS
The BCS serialized form for this type is defined by the following ABNF:
type-argument-error = type-not-found / constraint-not-satisfied
type-not-found = %d00
constraint-not-satisfied = %d01
public enum TypeArgumentError : byte
Inheritance Object → ValueType → Enum → TypeArgumentError
Implements IComparable, ISpanFormattable, IFormattable, IConvertible
Fields
| Name | Value | Description |
|---|---|---|
| TypeNotFound | 0 | A type was not found in the module specified |
| ConstraintNotSatisfied | 1 | A type provided did not match the specified constraint |