Class ErrorResponse

  • All Implemented Interfaces:

    
    public final class ErrorResponse
    
                        

    The notary service’s response when an error occurs.

    https://developer.apple.com/documentation/notaryapi/errorresponse

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final String getName() The name of the error.
      final String getDescription() A string that describes the reason for the error.
      final List<String> getLabel() Additional information about the error.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait