File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed
src/main/java/com/microsoft/graph/http Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change 2525import com .google .gson .annotations .SerializedName ;
2626
2727import com .microsoft .graph .core .GraphErrorCodes ;
28+ import com .google .gson .annotations .Expose ;
2829
2930public class GraphError {
3031
3132 @ SerializedName ("message" )
33+ @ Expose ()
3234 public String message ;
3335
3436 @ SerializedName ("code" )
37+ @ Expose ()
3538 public String code ;
3639
3740 @ SerializedName ("innererror" )
Original file line number Diff line number Diff line change @@ -34,6 +34,7 @@ public class GraphErrorResponse implements IJsonBackedObject {
3434 private AdditionalDataManager additionalDataManager = new AdditionalDataManager (this );
3535
3636 @ SerializedName ("error" )
37+ @ Expose ()
3738 public GraphError error ;
3839
3940 /**
You can’t perform that action at this time.
0 commit comments