Serialized Form
-
Package com.intercom.api.core
-
Exception Class com.intercom.api.core.IntercomApiException
class IntercomApiException extends IntercomException implements Serializable -
Exception Class com.intercom.api.core.IntercomException
class IntercomException extends RuntimeException implements Serializable
-
-
Package com.intercom.api.errors
-
Exception Class com.intercom.api.errors.BadRequestError
class BadRequestError extends IntercomApiException implements Serializable-
Serialized Fields
-
body
Object body
The body of the response that triggered the exception.
-
-
-
Exception Class com.intercom.api.errors.ForbiddenError
class ForbiddenError extends IntercomApiException implements Serializable-
Serialized Fields
-
body
Error body
The body of the response that triggered the exception.
-
-
-
Exception Class com.intercom.api.errors.NotFoundError
class NotFoundError extends IntercomApiException implements Serializable-
Serialized Fields
-
body
Object body
The body of the response that triggered the exception.
-
-
-
Exception Class com.intercom.api.errors.UnauthorizedError
class UnauthorizedError extends IntercomApiException implements Serializable-
Serialized Fields
-
body
Error body
The body of the response that triggered the exception.
-
-
-
Exception Class com.intercom.api.errors.UnprocessableEntityError
class UnprocessableEntityError extends IntercomApiException implements Serializable-
Serialized Fields
-
body
Object body
The body of the response that triggered the exception.
-
-
-