Advertisement
Guest User

Untitled

a guest
Feb 17th, 2018
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.85 KB | None | 0 0
  1. data_in = open('data_bigone.pickle', 'rb')
  2. print('error begins')
  3. data_dict = pickle.load(data_in)
  4. print('error ends')
  5.  
  6.  
  7. error begins
  8. doing something with json_res: {'error': {'status': 422, 'code': 20105, 'description': 'Insufficient balance in account LTC'}}
  9. doing something with json_res: {'error': {'status': 422, 'code': 20105, 'description': 'Insufficient balance in account LTC'}}
  10. doing something with json_res: {'error': {'status': 422, 'code': 20105, 'description': 'Insufficient balance in account LTC'}}
  11. doing something with json_res: {'error': {'status': 422, 'code': 20105, 'description': 'Insufficient balance in account 1ST'}}
  12. doing something with json_res: {'error': {'status': 500, 'code': 10001, 'description': 'Internal Server Error'}}
  13. error ends
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement