CQRS.NET  4.0
A lightweight enterprise Function as a Service (FaaS) framework to write function based serverless and micro-service applications in hybrid multi-datacentre, on-premise and Azure environments.

◆ ServiceResponseStateType

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.