Class POBResponse.Error

  • All Implemented Interfaces:
    com.pubmatic.sdk.common.network.POBResponse

    
    public final class POBResponse.Error
     implements POBResponse
                        

    Represents an error response.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private final POBError error
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final POBError getError() The error details.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • POBResponse.Error

        POBResponse.Error(POBError error)