GoogleApi.CloudSearch.V1.Model.RepositoryError (google_api_cloud_search v0.8.1) View Source

Errors when the connector is communicating to the source repository.

Attributes

  • errorMessage (type: String.t, default: nil) - Message that describes the error. The maximum allowable length of the message is 8192 characters.
  • httpStatusCode (type: integer(), default: nil) - Error codes. Matches the definition of HTTP status codes.
  • type (type: String.t, default: nil) - Type of error.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

t() :: %GoogleApi.CloudSearch.V1.Model.RepositoryError{
  errorMessage: String.t(),
  httpStatusCode: integer(),
  type: String.t()
}

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.