mirror of
https://github.com/aclindsa/moneygo.git
synced 2025-07-03 04:38:38 -04:00
testing: Add tests for fetching multiple securities
This commit is contained in:
@ -34,6 +34,7 @@ var error_codes = map[int]string{
|
||||
4: "User Exists",
|
||||
// 5: "Connection Failed", //reserved for client-side error
|
||||
6: "Import Error",
|
||||
7: "In Use Error",
|
||||
999: "Internal Error",
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user