com.spotify.confidence.events.v1.EventErrorOrBuilder Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: confidence/events/v1/types.proto
package com.spotify.confidence.events.v1;
public interface EventErrorOrBuilder extends
// @@protoc_insertion_point(interface_extends:confidence.events.v1.EventError)
com.google.protobuf.MessageOrBuilder {
/**
*
* The index (zero based) of the event in the request that could not be published.
*
*
* int32 index = 1;
* @return The index.
*/
int getIndex();
/**
*
* The reason for why the event could not be ingested.
*
*
* .confidence.events.v1.EventError.Reason reason = 2;
* @return The enum numeric value on the wire for reason.
*/
int getReasonValue();
/**
*
* The reason for why the event could not be ingested.
*
*
* .confidence.events.v1.EventError.Reason reason = 2;
* @return The reason.
*/
com.spotify.confidence.events.v1.EventError.Reason getReason();
/**
*
* An optional, human-readable error message set for certain error types.
*
*
* string message = 3;
* @return The message.
*/
java.lang.String getMessage();
/**
*
* An optional, human-readable error message set for certain error types.
*
*
* string message = 3;
* @return The bytes for message.
*/
com.google.protobuf.ByteString
getMessageBytes();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy