UnknownException constructor

UnknownException([String correlation_id String code String message ])

Creates an error instance and assigns its values.

  • correlation_id (optional) a unique transaction id to trace execution through call chain.
  • code (optional) a unique error code. Default: 'UNKNOWN'
  • message (optional) a human-readable description of the error.

See ErrorCategory