Class Error.Code

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

public static class Error.Code
extends java.lang.Object
List of defined error code constants.
  • Field Summary

    Fields
    Modifier and Type Field Description
    static java.lang.String ERROR_GENERIC
    Generic error occurred.
  • Constructor Summary

    Constructors
    Constructor Description
    Code()  
  • Method Summary

    Methods inherited from class java.lang.Object

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

    • ERROR_GENERIC

      public static final java.lang.String ERROR_GENERIC
      Generic error occurred.
      See Also:
      Constant Field Values
  • Constructor Details

    • Code

      public Code()