Rejection

works.iterative.workflow.Rejection
enum Rejection

The kernel-local rejection vocabulary returned by WorkflowInterpreter.decide.

The application's adapter maps this to its own error type; the kernel itself references no application error type. Unauthorized exists for forward use (AuthEnforcement.Enforce) but is unreachable under SkipstripAuth removes every auth leaf before evaluation.

Attributes

Graph
Supertypes
trait Enum
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Type members

Enum entries

final case class Invalid(message: UserMessage)
final case class Unauthorized(label: String)
case Unhandled extends Rejection