Package org.yamcs.api

Interface ExceptionMessageOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    ExceptionMessage, ExceptionMessage.Builder

    public interface ExceptionMessageOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      int getCode()
      int32 code = 1;
      com.google.protobuf.Any getDetail()
      .google.protobuf.Any detail = 4;
      com.google.protobuf.AnyOrBuilder getDetailOrBuilder()
      .google.protobuf.Any detail = 4;
      String getMsg()
      string msg = 3;
      com.google.protobuf.ByteString getMsgBytes()
      string msg = 3;
      String getType()
      string type = 2;
      com.google.protobuf.ByteString getTypeBytes()
      string type = 2;
      boolean hasDetail()
      .google.protobuf.Any detail = 4;
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • Methods inherited from interface com.google.protobuf.MessageOrBuilder

        findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
    • Method Detail

      • getCode

        int getCode()
        int32 code = 1;
      • getType

        String getType()
        string type = 2;
      • getTypeBytes

        com.google.protobuf.ByteString getTypeBytes()
        string type = 2;
      • getMsg

        String getMsg()
        string msg = 3;
      • getMsgBytes

        com.google.protobuf.ByteString getMsgBytes()
        string msg = 3;
      • hasDetail

        boolean hasDetail()
        .google.protobuf.Any detail = 4;
      • getDetail

        com.google.protobuf.Any getDetail()
        .google.protobuf.Any detail = 4;
      • getDetailOrBuilder

        com.google.protobuf.AnyOrBuilder getDetailOrBuilder()
        .google.protobuf.Any detail = 4;