Class SpaceError
- java.lang.Object
-
- jetbrains.buildServer.serverSide.oauth.space.pojo.SpaceError
-
public class SpaceError extends Object
-
-
Constructor Summary
Constructors Constructor Description SpaceError(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
-
SpaceError
public SpaceError(@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()
-
-