-
Is there a way to easily access the intuit_tid value when receiving an error via the API? |
Beta Was this translation helpful? Give feedback.
Answered by
ruckus
Apr 12, 2022
Replies: 1 comment 1 reply
-
Hi @kborrow you should be able to access the https://github.com/ruckus/quickbooks-ruby/blob/master/lib/quickbooks/service/base_service.rb#L424 Give that a shot. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
kborrow
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @kborrow you should be able to access the
intuit_tid
from theQuickbooks::IntuitRequestException
instancehttps://github.com/ruckus/quickbooks-ruby/blob/master/lib/quickbooks/service/base_service.rb#L424
Give that a shot.