AtomicViolationUnion

PackageReified.Constraint
Why one indivisible constraint failed.

Specification

Kind
Union
Members
6
Examples
0
IsUnsupportedOperandSignature
this.IsUnsupportedOperand
IsExpectedSignature
this.IsExpected
IsDescribedSignature
this.IsDescribed
ExpectedSignature
Expected(expectation, actual)
DescribedSignature
Described(description, key)

Summary

NameSignatureSynopsis
IsUnsupportedOperandthis.IsUnsupportedOperandNo description available.
IsExpectedthis.IsExpectedNo description available.
IsDescribedthis.IsDescribedNo description available.
ExpectedExpected(expectation, actual)An interpreted expectation was not met.
DescribedDescribed(description, key)An opaque constraint failed, reported with its author-supplied prose.
UnsupportedOperandUnsupportedOperand operationA built-in rule failed whose operand has no portable representation.

IsUnsupportedOperand

this.IsUnsupportedOperand
Member

Returns

bool

IsExpected

this.IsExpected
Member

Returns

bool

IsDescribed

this.IsDescribed
Member

Returns

bool

Expected

Expected(expectation, actual)
Member
An interpreted expectation was not met.

Parameters

NameTypeDescription
expectationConstraintAtom
actualConstraintValue option

Returns

unit

Described

Described(description, key)
Member
An opaque constraint failed, reported with its author-supplied prose.

Parameters

NameTypeDescription
descriptionstring
keyMessageDescriptor option

Returns

unit

UnsupportedOperand

UnsupportedOperand operation
Member
A built-in rule failed whose operand has no portable representation.

Parameters

NameTypeDescription
operationUnsupportedOperation

Returns

unit