struct AI::Google::GoogleErrorData

Overview

Google API error data.

Included Modules

Defined in:

ai/google/google_error.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]
def self.new(error : GoogleErrorInfo) #

[View source]
def self.new(*, __pull_for_json_serializable pull : JSON::PullParser) #

[View source]

Instance Method Detail

def error : GoogleErrorInfo #

Error information.


[View source]