FailureResult

public struct FailureResult : Equatable
extension FailureResult: CustomStringConvertible

A struct with the relevant information of a waterfall instance that has failed.

  • Information of the participating instance.

    Declaration

    Swift

    public let information: InstanceInformation
  • The amount of time the instance used to load an ad before failing.

    Declaration

    Swift

    public let latency: TimeInterval
  • The error that caused the failure.

    Declaration

    Swift

    public let error: InstanceError
  • Declaration

    Swift

    public var description: String { get }