Class ErrorResponse


  • public class ErrorResponse
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      ErrorInfo error  
    • Constructor Summary

      Constructors 
      Constructor Description
      ErrorResponse()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static ErrorResponse fromJSON​(java.lang.String jsonText)
      Get an ErrorInfo from a response body with error details
      • Methods inherited from class java.lang.Object

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

      • ErrorResponse

        public ErrorResponse()
    • Method Detail

      • fromJSON

        public static ErrorResponse fromJSON​(java.lang.String jsonText)
                                      throws AblyException
        Get an ErrorInfo from a response body with error details
        Parameters:
        jsonText -
        Returns:
        Throws:
        AblyException