teremterem / moonrobot

MIT License
0 stars 0 forks source link

Print Notion API response to error log if it contains an error #49

Closed teremterem closed 2 years ago

teremterem commented 2 years ago
{'code': 'validation_error',
 'message': 'body failed validation: body.properties.A reply to.relation[0].id '
            'should be defined, instead was `undefined`.',
 'object': 'error',
 'status': 400}

Use 'object': 'error' as the indicator!