Skip to main content

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 ObjectValueTypeEnumTypeArgumentError
Implements IComparable, ISpanFormattable, IFormattable, IConvertible

Fields

NameValueDescription
TypeNotFound0A type was not found in the module specified
ConstraintNotSatisfied1A type provided did not match the specified constraint