Class RestApiExceptionConstants

java.lang.Object
org.bremersee.exception.RestApiExceptionConstants

public abstract class RestApiExceptionConstants extends Object
The rest api exception constants.
Author:
Christian Bremer
  • Field Details

    • ID_HEADER_NAME

      public static final String ID_HEADER_NAME
      The header name for the 'id' attribute.
      See Also:
    • TIMESTAMP_HEADER_NAME

      public static final String TIMESTAMP_HEADER_NAME
      The header name for the 'timestamp' attribute.
      See Also:
    • TIMESTAMP_FORMATTER

      public static final DateTimeFormatter TIMESTAMP_FORMATTER
      The formatter of the timestamp value.
    • CODE_HEADER_NAME

      public static final String CODE_HEADER_NAME
      The header name for the 'errorCode' attribute.
      See Also:
    • CODE_INHERITED_HEADER_NAME

      public static final String CODE_INHERITED_HEADER_NAME
      The header name for the 'errorCodeInherited' attribute.
      See Also:
    • MESSAGE_HEADER_NAME

      public static final String MESSAGE_HEADER_NAME
      The header name for the 'message' attribute.
      See Also:
    • EXCEPTION_HEADER_NAME

      public static final String EXCEPTION_HEADER_NAME
      The header name for the 'class name' attribute.
      See Also:
    • APPLICATION_HEADER_NAME

      public static final String APPLICATION_HEADER_NAME
      The header name for the 'application' attribute.
      See Also:
    • PATH_HEADER_NAME

      public static final String PATH_HEADER_NAME
      The header name for the 'path' attribute.
      See Also: