Package 

Interface CloudXErrorCode


  • 
    public interface CloudXErrorCode
    
                        

    Error codes returned by the CloudX SDK.

    Error codes are organized into ranges by category:

    • 0: General errors

    • 100-199: Network errors

    • 200-299: Initialization errors

    • 300-399: Ad loading errors

    • 400-499: Ad display errors

    • 600-699: Adapter errors

    • Method Summary

      Modifier and Type Method Description
      abstract Integer getCode() Numeric error code.
      abstract String getName() Error code name (e.g., "NO_FILL", "NETWORK_ERROR").
      abstract String getDescription() Human-readable description of the error.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait