Class Error.Message

java.lang.Object
io.getlime.core.rest.model.base.entity.Error.Message
Enclosing class:
Error

public static class Error.Message
extends java.lang.Object
List of defined message constants.
  • Field Summary

    Fields
    Modifier and Type Field Description
    static java.lang.String UNKNOWN_ERROR
    Unknown error.
  • Constructor Summary

    Constructors
    Constructor Description
    Message()  
  • Method Summary

    Methods inherited from class java.lang.Object

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

    • UNKNOWN_ERROR

      public static final java.lang.String UNKNOWN_ERROR
      Unknown error.
      See Also:
      Constant Field Values
  • Constructor Details

    • Message

      public Message()