You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In #15075 I logged the response.body in an attempt to assist further debugging efforts, but unfortunately body is not defined, and is now causing its own error.
See #15075 and department-of-veterans-affairs/va.gov-team#65182 for the
Original PR and Github Issue, respectively.
This PR exposes a `body` attribute on the `GiBillStatusResponse` object, so it can be logged out as intended in the original PR.
* #15134
See #15075 and department-of-veterans-affairs/va.gov-team#65182 for the
Original PR and Github Issue, respectively.
This PR exposes a `body` attribute on the `GiBillStatusResponse` object, so it can be logged out as intended in the original PR.
* #15134
See #15075 and department-of-veterans-affairs/va.gov-team#65182 for the
Original PR and Github Issue, respectively.
This PR exposes a `body` attribute on the `GiBillStatusResponse` object, so it can be logged out as intended in the original PR.
* #15134
See #15075 and department-of-veterans-affairs/va.gov-team#65182 for the
Original PR and Github Issue, respectively.
This PR exposes a `body` attribute on the `GiBillStatusResponse` object, so it can be logged out as intended in the original PR.
Original Issue
In #15075 I logged the
response.body
in an attempt to assist further debugging efforts, but unfortunatelybody
is not defined, and is now causing its own error.This is because EVSS::GiBillStatus::GiBillStatusResponse does not expose the
body
of the response that is passed in as an initialization argument.In order to determine the cause of these errors, modify the
GiBillStatusResponse
to include abody
argument which is linked to theresponse.body
The text was updated successfully, but these errors were encountered: