BigQuery v0.0.13 BigQuery.Types.Error

BigQuery Error struct.

Fields:

  • debugInfo - Debugging info, used internally by Google.
  • location - Specifies where the error occurred, if present.
  • message - A human-readable description of the error.
  • reason - A short error code that summarizes the error.

Summary

Types

t()
t() :: %BigQuery.Types.Error{debugInfo: String.t, location: String.t, message: String.t, reason: String.t}