Skip to content

Commit

Permalink
Change message
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-dheyman committed Apr 2, 2024
1 parent 34e0ee7 commit fbf69e2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -609,7 +609,7 @@ public Array getArray(int columnIndex) throws SFException {
} else if (converter instanceof ArrayConverter) {
return getArrayInternal((List<Object>) obj, columnIndex);
} else {
throw new SFException(ErrorCode.INTERNAL_ERROR);
throw new SFException(ErrorCode.INVALID_STRUCT_DATA);
}
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -80,5 +80,5 @@ Error message={3}, Extended error info={4}
200058=Value is too large to be stored as integer at batch index {0}. Use executeLargeBatch() instead.
200059=Invalid Connect String: {0}.
200061=GCS operation failed: Operation={0}, Error code={1}, Message={2}, Reason={3}
200063= Invalid json - Cannot be parsed and converted to structured type.
200063=Invalid data - Cannot be parsed and converted to structured type.

0 comments on commit fbf69e2

Please sign in to comment.