The response state of a given request.
Enumerator |
---|
Unknown | The state is unknown.
|
Succeeded | The request succeeded in being placed.
|
FailedWithAFatalException | The request failed with a fatal Exception.
|
FailedWithAnUnexpectedException | The request failed with an unknown, non-fatal Exception.
|
FailedAuthentication | The request failed to be authenticated.
|
FailedAuthorisation | The request failed to be authorised.
|
FailedValidation | The request failed validation.
|
AggregateNotFound | The request failed as the IAggregateRoot<TAuthenticationToken> was not found.
|
EntityNotFound | The request failed as the IEntity was not found.
|
SagaNotFound | The request failed as the Saga<TAuthenticationToken> was not found.
|