Skip to content

Settings and activity

1 result found

  1. 3 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    An error occurred while saving the comment
    Michael Geddes commented  · 

    The TDBXError that is being raised only has a limited number of integer codes, and then you are relying on parsing language specific errors.
    The 2 that we have problems with are duplicate key errors and deadlock errors. The integer error codes for these are both -1. There is no Inner Exception in this case to get further information from

    Michael Geddes supported this idea  ·