GovernanceRequestException

A request the operator surface refuses before it touches anything: a limit outside its bounds, a blank identifier, a timestamp that will not parse.

Its own type, so the REST layer can answer 400 with this message and leave every other failure on the generic path. The message names the bound that was broken, since an operator reading a bare 400 has nothing to correct.

Constructors

Link copied to clipboard
constructor(message: String)

Properties

Link copied to clipboard
open val cause: Throwable?
Link copied to clipboard
open val message: String?

Functions

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard