Class AwaitPromiseCommandResponse
Response for Add handler to promise with given promise object id.
public sealed class AwaitPromiseCommandResponse : ICommandResponse<AwaitPromiseCommandSettings>, ICommandResponse
- Inheritance
-
AwaitPromiseCommandResponse
- Implements
- Inherited Members
- Extension Methods
Properties
ExceptionDetails
Exception details if stack strace is available.
[JsonPropertyName("exceptionDetails")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public ExceptionDetails? ExceptionDetails { get; set; }
Property Value
Result
Promise result. Will contain rejected value if promise was rejected.
[JsonPropertyName("result")]
public RemoteObject Result { get; set; }