Class JsonApiErrorResponse
- java.lang.Object
-
- jetbrains.buildServer.serverSide.oauth.bitbucket.json.JsonApiErrorResponse
-
public class JsonApiErrorResponse extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description classJsonApiErrorResponse.JsonError
-
Field Summary
Fields Modifier and Type Field Description JsonApiErrorResponse.JsonErrorerrorStringtype
-
Constructor Summary
Constructors Constructor Description JsonApiErrorResponse()
-
-
-
Field Detail
-
type
public String type
-
error
public JsonApiErrorResponse.JsonError error
-
-