Package io.ably.lib.types
Class ErrorResponse
java.lang.Object
io.ably.lib.types.ErrorResponse
public class ErrorResponse
extends java.lang.Object
-
Field Summary
-
Constructor Summary
Constructors Constructor Description ErrorResponse() -
Method Summary
Modifier and Type Method Description static ErrorResponsefromJSON(java.lang.String jsonText)Get an ErrorInfo from a response body with error details
-
Field Details
-
Constructor Details
-
ErrorResponse
public ErrorResponse()
-
-
Method Details
-
fromJSON
Get an ErrorInfo from a response body with error details- Parameters:
jsonText-- Returns:
- Throws:
AblyException
-