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 attempted to experience what happens if I request the creation of a Person (for example) with a note field exceeding the database limit of 255 characters (which IMO should be documented somewhere). The response from the server I received was:
BlockScore::InvalidRequestError: (Type: invalid_request_error) One or more required parameters are invalid (id_type) (Status: 400)
which while an error (good) was extremely unclear compared to what I expected given it references id_type which I do not know what that is.
The text was updated successfully, but these errors were encountered:
I attempted to experience what happens if I request the creation of a
Person
(for example) with anote
field exceeding the database limit of 255 characters (which IMO should be documented somewhere). The response from the server I received was:which while an error (good) was extremely unclear compared to what I expected given it references
id_type
which I do not know what that is.The text was updated successfully, but these errors were encountered: