Enumeration: TypeArgumentError
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
Enumeration Members
ConstraintNotSatisfied
ConstraintNotSatisfied: 1;
A type provided did not match the specified constraint
TypeNotFound
TypeNotFound: 0;
A type was not found in the module specified