ExtractErrorResponse

data class ExtractErrorResponse(val error: String)

Body of a 400 from the extraction endpoints.

Constructors

Link copied to clipboard
constructor(error: String)

Properties

Link copied to clipboard

the reason the request was refused, in the words of the check that refused it. A length rejection names the com.embabel.dice.provenance.SourceIdentityBounds limit it broke and the length that broke it, so a caller can see what to stay under.