java.lang.Object
org.qubership.atp.auth.springbootstarter.handlers.ErrorResponse

public class ErrorResponse extends Object
  • Field Details

    • status

      protected int status
    • path

      protected String path
    • timestamp

      protected Date timestamp
    • trace

      protected String trace
    • message

      protected String message
    • reason

      protected String reason
    • details

      protected List<String> details
  • Constructor Details

    • ErrorResponse

      public ErrorResponse()