Class StStandardErrorCodes

java.lang.Object
com.io7m.stonesignal.server.errors.StStandardErrorCodes

public final class StStandardErrorCodes extends Object
Standard error codes.
  • Field Details

    • DEVICE_DUPLICATE

      public static final StErrorCode DEVICE_DUPLICATE
      An attempt was made to create a duplicate device.
    • API_MISUSE_ERROR

      public static final StErrorCode API_MISUSE_ERROR
      An API is being called incorrectly.
    • JSON_ERROR

      public static final StErrorCode JSON_ERROR
      JSON was malformed.
    • SQL_ERROR

      public static final StErrorCode SQL_ERROR
      SQL issue.
    • IO_ERROR

      public static final StErrorCode IO_ERROR
      IO issue.