dwn-sdk-js icon indicating copy to clipboard operation
dwn-sdk-js copied to clipboard

Investigate adding an error for invalid `PaginationCursor` value type.

Open LiranCohen opened this issue 2 years ago • 0 comments

The PaginationCursor type accepts a messageCid and a value which could be typed as either a string or a number.

Depending on the sort field used, the value may be of an invalid type. We should check for this and throw an error.

LiranCohen avatar Jan 19 '24 15:01 LiranCohen