Serialized Form
-
Package com.merge.api.core
-
Class com.merge.api.core.ApiError extends MergeException implements Serializable
-
Serialized Fields
-
body
java.lang.Object body
The body of the response that triggered the exception. -
statusCode
int statusCode
The error code of the response that triggered the exception.
-
-
-
Class com.merge.api.core.MergeApiApiError extends MergeException implements Serializable
-
Serialized Fields
-
body
java.lang.Object body
Deprecated.The body of the response that triggered the exception. -
statusCode
int statusCode
Deprecated.The error code of the response that triggered the exception.
-
-
-
Class com.merge.api.core.MergeException extends java.lang.RuntimeException implements Serializable
-