Serialized Form
-
Package com.intercom.api.core
-
Class com.intercom.api.core.IntercomApiException extends IntercomException implements Serializable
-
Serialized Fields
-
body
java.lang.Object body
The body of the response that triggered the exception. -
headers
java.util.Map<java.lang.String,java.util.List<java.lang.String>> headers
-
statusCode
int statusCode
The error code of the response that triggered the exception.
-
-
-
Class com.intercom.api.core.IntercomException extends java.lang.RuntimeException implements Serializable
-
-
Package com.intercom.api.errors
-
Class com.intercom.api.errors.BadRequestError extends IntercomApiException implements Serializable
-
Serialized Fields
-
body
java.lang.Object body
The body of the response that triggered the exception.
-
-
-
Class com.intercom.api.errors.ForbiddenError extends IntercomApiException implements Serializable
-
Serialized Fields
-
body
Error body
The body of the response that triggered the exception.
-
-
-
Class com.intercom.api.errors.NotFoundError extends IntercomApiException implements Serializable
-
Serialized Fields
-
body
java.lang.Object body
The body of the response that triggered the exception.
-
-
-
Class com.intercom.api.errors.TooManyRequestsError extends IntercomApiException implements Serializable
-
Serialized Fields
-
body
Error body
The body of the response that triggered the exception.
-
-
-
Class com.intercom.api.errors.UnauthorizedError extends IntercomApiException implements Serializable
-
Serialized Fields
-
body
Error body
The body of the response that triggered the exception.
-
-
-
Class com.intercom.api.errors.UnprocessableEntityError extends IntercomApiException implements Serializable
-
Serialized Fields
-
body
java.lang.Object body
The body of the response that triggered the exception.
-
-
-
-
Package com.intercom.api.resources.unstable.errors
-
Class com.intercom.api.resources.unstable.errors.BadRequestError extends IntercomApiException implements Serializable
-
Serialized Fields
-
body
java.lang.Object body
The body of the response that triggered the exception.
-
-
-
Class com.intercom.api.resources.unstable.errors.ConflictError extends IntercomApiException implements Serializable
-
Serialized Fields
-
body
Error body
The body of the response that triggered the exception.
-
-
-
Class com.intercom.api.resources.unstable.errors.ForbiddenError extends IntercomApiException implements Serializable
-
Serialized Fields
-
body
Error body
The body of the response that triggered the exception.
-
-
-
Class com.intercom.api.resources.unstable.errors.InternalServerError extends IntercomApiException implements Serializable
-
Serialized Fields
-
body
Error body
The body of the response that triggered the exception.
-
-
-
Class com.intercom.api.resources.unstable.errors.NotFoundError extends IntercomApiException implements Serializable
-
Serialized Fields
-
body
java.lang.Object body
The body of the response that triggered the exception.
-
-
-
Class com.intercom.api.resources.unstable.errors.TooManyRequestsError extends IntercomApiException implements Serializable
-
Serialized Fields
-
body
Error body
The body of the response that triggered the exception.
-
-
-
Class com.intercom.api.resources.unstable.errors.UnauthorizedError extends IntercomApiException implements Serializable
-
Serialized Fields
-
body
Error body
The body of the response that triggered the exception.
-
-
-
Class com.intercom.api.resources.unstable.errors.UnprocessableEntityError extends IntercomApiException implements Serializable
-
Serialized Fields
-
body
java.lang.Object body
The body of the response that triggered the exception.
-
-
-