We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
There are two error codes that refer to transferId of packets/requests but in the specification but it seems what is meant is Request ID?
transferId
Request ID
Also in this context it would make sense to rename error F03 from TransferNotFound to RequestNotFound
F03
TransferNotFound
RequestNotFound
Other error codes refer to fulfillment, such as:
The transfer cannot be fulfilled because it has already been rejected or expired.
Even though BTP transfers don't seem to have a condition.
Do the transferId and conditions in these error codes refer to ILP-level transfers?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
There are two error codes that refer to
transferId
of packets/requests but in the specification but it seems what is meant isRequest ID
?Also in this context it would make sense to rename error
F03
fromTransferNotFound
toRequestNotFound
Other error codes refer to fulfillment, such as:
Even though BTP transfers don't seem to have a condition.
Do the
transferId
and conditions in these error codes refer to ILP-level transfers?The text was updated successfully, but these errors were encountered: