TypeArgumentError
TypeArgumentError Objects
class TypeArgumentError(enum.Enum)
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
TYPE_NOT_FOUND
A type was not found in the module specified
CONSTRAINT_NOT_SATISFIED
A type provided did not match the specified constraint