XMediator::Api::PrebidResult::Failure
Class representing a failed bid
Inherits from XMediator.Api.PrebidResult
Public Functions
| Name | |
|---|---|
| Failure(string bidderName, string bidId, TimeSpan latency, InstanceError instanceError, Dictionary< string, object > extras =null) | |
| override bool | Equals(object obj) |
| override int | GetHashCode() |
| override string | ToString() |
Protected Functions
| Name | |
|---|---|
| bool | Equals(Failure other) |
Public Properties
| Name | |
|---|---|
| override string | BidderName |
| override string | BidId |
| override TimeSpan | Latency |
| InstanceError | InstanceError Error of the instance belonging to this bid. |
Additional inherited members
Public Classes inherited from XMediator.Api.PrebidResult
| Name | |
|---|---|
| class | Failure Class representing a failed bid |
| class | Success Class representing a successful bid |
Public Functions inherited from XMediator.Api.PrebidResult
| Name | |
|---|---|
| bool | TryGetSuccess(out Success success) |
| bool | TryGetFailure(out Failure failure) |
Public Functions Documentation
function Failure
Failure(
string bidderName,
string bidId,
TimeSpan latency,
InstanceError instanceError,
Dictionary< string, object > extras =null
)
function Equals
function GetHashCode
function ToString
Protected Functions Documentation
function Equals
Public Property Documentation
property BidderName
property BidId
property Latency
property InstanceError
Error of the instance belonging to this bid.
Updated on 2025-06-06 at 15:48:42 +0000