Interface RealmsError

All Known Implementing Classes:
RealmsError.AuthenticationError, RealmsError.CustomError, RealmsError.ErrorWithJsonPayload, RealmsError.ErrorWithRawPayload

public interface RealmsError
  • Field Details

    • NO_MESSAGE

      static final Component NO_MESSAGE
    • LOGGER

      static final org.slf4j.Logger LOGGER
  • Method Details

    • errorCode

      int errorCode()
    • errorMessage

      Component errorMessage()
    • logMessage

      String logMessage()
    • parse

      static RealmsError parse(int p_298954_, String p_87304_)