Interface Response.PlaygroundFailure.ErrorOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      Response.PlaygroundFailure.ErrorDetails getDetails()
      .cerbos.response.v1.PlaygroundFailure.ErrorDetails details = 3;
      Response.PlaygroundFailure.ErrorDetailsOrBuilder getDetailsOrBuilder()
      .cerbos.response.v1.PlaygroundFailure.ErrorDetails details = 3;
      java.lang.String getError()
      string error = 2;
      com.google.protobuf.ByteString getErrorBytes()
      string error = 2;
      java.lang.String getFile()
      string file = 1;
      com.google.protobuf.ByteString getFileBytes()
      string file = 1;
      boolean hasDetails()
      .cerbos.response.v1.PlaygroundFailure.ErrorDetails details = 3;
      • 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

      • getFile

        java.lang.String getFile()
        string file = 1;
        Returns:
        The file.
      • getFileBytes

        com.google.protobuf.ByteString getFileBytes()
        string file = 1;
        Returns:
        The bytes for file.
      • getError

        java.lang.String getError()
        string error = 2;
        Returns:
        The error.
      • getErrorBytes

        com.google.protobuf.ByteString getErrorBytes()
        string error = 2;
        Returns:
        The bytes for error.
      • hasDetails

        boolean hasDetails()
        .cerbos.response.v1.PlaygroundFailure.ErrorDetails details = 3;
        Returns:
        Whether the details field is set.