Class GoogleError
- java.lang.Object
-
- jetbrains.buildServer.serverSide.oauth.google.pojo.GoogleError
-
public class GoogleError extends Object
-
-
Constructor Summary
Constructors Constructor Description GoogleError(OAuthConnectionDescriptor oAuthConnection, String error, String errorDescription)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getError()
String
getErrorDescription()
OAuthConnectionDescriptor
getOAuthConnection()
-
-
-
Constructor Detail
-
GoogleError
public GoogleError(@NotNull OAuthConnectionDescriptor oAuthConnection, @NotNull String error, @Nullable String errorDescription)
-
-
Method Detail
-
getError
@NotNull public String getError()
-
getErrorDescription
@NotNull public String getErrorDescription()
-
getOAuthConnection
@NotNull public OAuthConnectionDescriptor getOAuthConnection()
-
-