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


public interface IFailure2010

Represents a failure that occurred during a server call.

Since:
TEE-SDK-10.1

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.