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

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) - The type of error.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

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

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.