Class ErrorMessages


  • public final class ErrorMessages
    extends java.lang.Object
    Defines standard error messages used throughout the Fauna client.

    The ErrorMessages class centralizes error message constants for common operations, allowing for consistent messaging across the client and simplifying maintenance.

    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String FEED_SUBSCRIPTION
      Error message indicating a failure to subscribe to an Event Feed.
      static java.lang.String QUERY_EXECUTION
      Error message indicating a query execution failure.
      static java.lang.String QUERY_PAGE
      Error message indicating a failure to query a page of data.
      static java.lang.String STREAM_SUBSCRIPTION
      Error message indicating a failure to subscribe to an Event Stream.
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • QUERY_EXECUTION

        public static final java.lang.String QUERY_EXECUTION
        Error message indicating a query execution failure.
        See Also:
        Constant Field Values
      • STREAM_SUBSCRIPTION

        public static final java.lang.String STREAM_SUBSCRIPTION
        Error message indicating a failure to subscribe to an Event Stream.
        See Also:
        Constant Field Values
      • FEED_SUBSCRIPTION

        public static final java.lang.String FEED_SUBSCRIPTION
        Error message indicating a failure to subscribe to an Event Feed.
        See Also:
        Constant Field Values
      • QUERY_PAGE

        public static final java.lang.String QUERY_PAGE
        Error message indicating a failure to query a page of data.
        See Also:
        Constant Field Values