Package 

Interface CloudXError


  • 
    public interface CloudXError
    
                        

    Generic CloudX Error interface. Provides error information with a code, message, and optional cause.

    • Method Summary

      Modifier and Type Method Description
      abstract CloudXErrorCode getCode() The error code category.
      abstract String getMessage() Human-readable error message.
      abstract Throwable getCause() Optional underlying exception that caused this error.
      abstract String getFormattedMessage() Pre-formatted message including the error code and description.
      • Methods inherited from class java.lang.Object

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