ValidationError

class constructs.ValidationError(*, message, source)

Bases: object

An error returned during the validation phase.

Parameters:
  • message (str) – The error message.

  • source (Construct) – The construct which emitted the error.

Attributes

message

The error message.

source

The construct which emitted the error.