Nylas OAuth Error
    Class representing an OAuth error returned by the Nylas API.
Constructors
Link copied to clipboard
                  public NylasOAuthError NylasOAuthError(@Json(name = "error" ) String error, @Json(name = "error_description" ) String errorDescription, @Json(name = "error_uri" ) String errorUri, @Json(name = "error_code" ) String errorCode, @Json(name = "request_id" ) String requestId, Integer statusCode, Map<String, List<String>> headers)
Properties
Functions
Link copied to clipboard
                  Link copied to clipboard
                  Link copied to clipboard
                  Error code used for referencing the docs, logs, and data stream.
Link copied to clipboard
                  Human readable error description.
Link copied to clipboard
                  URL to the related documentation and troubleshooting regarding this error.
Link copied to clipboard
                  The HTTP headers of the error response
Link copied to clipboard
                  Link copied to clipboard
                  Link copied to clipboard
                  The HTTP status code of the error response.
Link copied to clipboard
                  Link copied to clipboard
                  The HTTP status code of the error response.
Link copied to clipboard
                  Link copied to clipboard
                  Link copied to clipboard
                  Error code used for referencing the docs, logs, and data stream.
Link copied to clipboard
                  Link copied to clipboard
                  The HTTP status code of the error response.
Link copied to clipboard
                  Link copied to clipboard
                  The HTTP status code of the error response.