com.microsoft.tfs.core.clients.build
Interface IFailure


public interface IFailure


Method Summary
 java.lang.String getCode()
          The code associated with this failure - typically the type of the exception this Failure represents.
 java.lang.String getMessage()
          The message associated with this failure - typically the message of the exception this Failure represents.
 

Method Detail

getCode

java.lang.String getCode()
The code associated with this failure - typically the type of the exception this Failure represents.


getMessage

java.lang.String getMessage()
The message associated with this failure - typically the message of the exception this Failure represents.



© 2015 Microsoft. All rights reserved.