Class Error


  • public abstract class Error
    extends Object
    • Method Detail

      • context

        @Nullable
        public abstract String context()
      • message

        @Nullable
        public abstract String message()
      • exceptionName

        @Nullable
        public abstract String exceptionName()
      • conflicted

        public abstract boolean conflicted()
      • vetoes

        public abstract List<Veto> vetoes()