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
I got Intercom::UnexpectedError when creating a company with race condition in test workspece.
I want a specific error class like Intercom::MultipleMatchingUsersError.
Version info
intercom-ruby version: 4.1.2
Ruby version: 2.5.8
Expected behavior
like Intercom::MultipleMatchingCompaniesError
Actual behavior
got Intercom::UnexpectedError
Steps to reproduce
run intercom.companies.create(attributes) with 2process
I got Intercom::UnexpectedError
Logs
Intercom::UnexpectedError
The error of type '' is not recognized. It occurred with the message: Company already exists. and http_code: '400'. Please contact Intercom with these details.
The text was updated successfully, but these errors were encountered:
jiikko
changed the title
Receive Intercom::UnexpectedError when creating a company with race condition
Receive Intercom::UnexpectedError when creating a company with race condition
Mar 16, 2021
I got
Intercom::UnexpectedError
when creating a company with race condition in test workspece.I want a specific error class like
Intercom::MultipleMatchingUsersError
.Version info
Expected behavior
like
Intercom::MultipleMatchingCompaniesError
Actual behavior
got
Intercom::UnexpectedError
Steps to reproduce
intercom.companies.create(attributes)
with 2processIntercom::UnexpectedError
Logs
similar #448
thanks.
The text was updated successfully, but these errors were encountered: