When making transfer I can see that SDK returns
V2ResponseError with fields
Details: nil
ErrorCode: INSUFFICIENT_FUND
ErrorMessage:Not enough funds. Needed [GBP/2 100] (only [GBP/2 90] available)`
The numscript uses overdraft up to limit,
The only way to know the available balance is to parse this string.
Do you consider in future returning error type that has those details? Or is there a other way to find out available balance?
When making transfer I can see that SDK returns
V2ResponseErrorwith fieldsDetails: nilErrorCode: INSUFFICIENT_FUNDErrorMessage:Not enough funds. Needed [GBP/2 100] (only [GBP/2 90] available)`The numscript uses overdraft up to limit,
The only way to know the available balance is to parse this string.
Do you consider in future returning error type that has those details? Or is there a other way to find out available balance?