Open michielbdejong opened 9 months ago
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?
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?