Chronicle V1 API - Class Google::Cloud::Chronicle::V1::ReferenceListError (v0.8.0)

Reference documentation and code samples for the Chronicle V1 API class Google::Cloud::Chronicle::V1::ReferenceListError.

The error generated when verifying the reference list.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#error_message

def error_message() -> ::String
Returns
  • (::String) — Message explaining why the line is invalid.

#error_message=

def error_message=(value) -> ::String
Parameter
  • value (::String) — Message explaining why the line is invalid.
Returns
  • (::String) — Message explaining why the line is invalid.

#line_number

def line_number() -> ::Integer
Returns
  • (::Integer) — 1-indexed line number where the error occurs. General list errors are indexed at -1.

#line_number=

def line_number=(value) -> ::Integer
Parameter
  • value (::Integer) — 1-indexed line number where the error occurs. General list errors are indexed at -1.
Returns
  • (::Integer) — 1-indexed line number where the error occurs. General list errors are indexed at -1.