Package io.ably.lib.types
Class ErrorResponse
- java.lang.Object
-
- io.ably.lib.types.ErrorResponse
-
public class ErrorResponse extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description ErrorResponse()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static ErrorResponsefromJSON(java.lang.String jsonText)Get an ErrorInfo from a response body with error details
-
-
-
Field Detail
-
error
public ErrorInfo error
-
-
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
-
-