CallbackResult record

Represents the result of a callback operation.

public record CallbackResult

Public Members

name description
CallbackResult(…) Represents the result of a callback operation.
CompletedAt { get; set; } Timestamp when the callback operation was completed
ErrorMessage { get; set; } Detailed error message, if any
ErrorType { get; set; } Type of error encountered, if any (e.g., Timeout, Dns, Tls, Http5xx)
StatusCode { get; set; } HTTP status code returned by the callback, if applicable
Success { get; set; } Indicates whether the callback was successful

See Also