GoogleApi.DomainsRDAP.V1.Model.RdapResponse (google_api_domains_rdap v0.7.0) View Source
Response to a general RDAP query.
Attributes
-
description
(type:list(String.t)
, default:nil
) - Error description. -
errorCode
(type:integer()
, default:nil
) - Error HTTP code. Example: "501". -
jsonResponse
(type:GoogleApi.DomainsRDAP.V1.Model.HttpBody.t
, default:nil
) - HTTP response with content type set to "application/json+rdap". -
lang
(type:String.t
, default:nil
) - Error language code. Error response info fields are defined in section 6 of RFC 7483. -
notices
(type:list(GoogleApi.DomainsRDAP.V1.Model.Notice.t)
, default:nil
) - Notices applying to this response. -
rdapConformance
(type:list(String.t)
, default:nil
) - RDAP conformance level. -
title
(type:String.t
, default:nil
) - Error title.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.DomainsRDAP.V1.Model.RdapResponse{ description: [String.t()] | nil, errorCode: integer() | nil, jsonResponse: GoogleApi.DomainsRDAP.V1.Model.HttpBody.t() | nil, lang: String.t() | nil, notices: [GoogleApi.DomainsRDAP.V1.Model.Notice.t()] | nil, rdapConformance: [String.t()] | nil, title: String.t() | nil }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.