See: Description
Class | Description |
---|---|
StitchAppClientConfiguration |
Properties representing the configuration of an app client that communicate with a particular
MongoDB Stitch application.
|
StitchAppClientConfiguration.Builder |
A builder that can build a
StitchAppClientConfiguration object. |
StitchAppClientInfo |
A class providing basic information about a Stitch app client.
|
StitchClientConfiguration |
Properties representing the configuration of a client that communicate with a particular MongoDB
Stitch application.
|
StitchClientConfiguration.Builder |
A builder that can build a
StitchClientConfiguration object. |
Enum | Description |
---|---|
StitchClientErrorCode |
StitchClientErrorCode represents the errors that can occur when using the Stitch client,
typically before a request is made to the Stitch server.
|
StitchRequestErrorCode |
StitchRequestErrorCode represents the reasons that a request may fail.
|
StitchServiceErrorCode |
StitchServiceErrorCode represents the set of errors that can come back from a Stitch request.
|
Exception | Description |
---|---|
StitchClientException |
An exception indicating that an error occurred when using the Stitch client, typically before the
client performed a request.
|
StitchException |
StitchExceptions represent a class of exceptions that happen while utilizing the Stitch SDK and
communicating Stitch.
|
StitchRequestException |
Indicates that an error occurred while a request was being carried out.
|
StitchServiceException |
A StitchServiceException is an exception indicating that an error came from the Stitch server
after a request was completed, with an error message and an error code defined in the
`StitchServiceErrorCode` enum.
|