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 class
JsonApiErrorResponse.JsonError
-
Field Summary
Fields Modifier and Type Field Description JsonApiErrorResponse.JsonError
error
String
type
-
Constructor Summary
Constructors Constructor Description JsonApiErrorResponse()
-
-
-
Field Detail
-
type
public String type
-
error
public JsonApiErrorResponse.JsonError error
-
-