接口 RealmsError

所有已知实现类:
RealmsError.AuthenticationError, RealmsError.CustomError, RealmsError.ErrorWithJsonPayload, RealmsError.ErrorWithRawPayload

public interface RealmsError
  • 字段详细资料

    • NO_MESSAGE

      static final Component NO_MESSAGE
    • LOGGER

      static final org.slf4j.Logger LOGGER
  • 方法详细资料

    • errorCode

      int errorCode()
    • errorMessage

      Component errorMessage()
    • logMessage

      String logMessage()
    • parse

      static RealmsError parse(int p_298954_, String p_87304_)