InvalidAttributes

com.worxbend.wolfram.Rejection.InvalidAttributes
final case class InvalidAttributes(cause: String) extends Rejection

Structurally a CloudEvent, but a required context attribute was missing, ill-typed or invalid.

Attributes

Members list

Value members

Inherited methods

def message: String

One human-readable line, reason: detail — the shape modules/eventing's DecodeFailure.message renders, so a rejection reported as text here reads the same way as the cobalt DLQ record for the same condition. The HTTP surface does not use it: ApiModel puts reason and detail in separate fields of the AIP-193 envelope.

One human-readable line, reason: detail — the shape modules/eventing's DecodeFailure.message renders, so a rejection reported as text here reads the same way as the cobalt DLQ record for the same condition. The HTTP surface does not use it: ApiModel puts reason and detail in separate fields of the AIP-193 envelope.

Attributes

Inherited from:
Rejection
def productElementNames: Iterator[String]

An iterator over the names of all the elements of this product.

An iterator over the names of all the elements of this product.

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

An iterator over all the elements of this product.

An iterator over all the elements of this product.

Attributes

Returns

in the default implementation, an Iterator[Any]

Inherited from:
Product

Inherited fields

val detail: String

Attributes

Inherited from:
Rejection
val reason: String

Attributes

Inherited from:
Rejection