Class ErrorResponse

  • All Implemented Interfaces:

    
    public final class ErrorResponse
    
                        

    Error response

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private final List<ErrorDetail> errors
    • Constructor Summary

      Constructors 
      Constructor Description
      ErrorResponse(List<ErrorDetail> errors)
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final List<ErrorDetail> getErrors() list of errors
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ErrorResponse

        ErrorResponse(List<ErrorDetail> errors)
    • Method Detail