EffectResponse
Inherits object
Public Static Functions
EffectResponse
implicit operator EffectResponse(EffectStatus status)
Converts the EffectStatus to an EffectResponse. An EffectResponse with the values from the original EffectStatus.
EffectResponse
implicit operator EffectResponse(StandardErrors error)
Converts a StandardErrors to an EffectResponse. An EffectResponse with the values from the original StandardErrors.
EffectResponse
implicit operator EffectResponse((EffectStatus status, string message) tuple)
Converts a tuple of EffectStatus and a message to an EffectResponse. An EffectResponse with the values from the tuple.
EffectResponse
implicit operator EffectResponse((EffectStatus status, StandardErrors error) tuple)
Converts a tuple of EffectStatus and StandardErrors to an EffectResponse. An EffectResponse with the values from the tuple.
Public Attributes
string?
Message
The message from the client, if any.
StandardErrors?
StandardError
The ID of a standardized message.
Properties
EffectStatus
Status
[get, ]
The status of the effect.
