yiisoft / yii-web

Yii web components
https://www.yiiframework.com/
BSD 3-Clause "New" or "Revised" License
78 stars 46 forks source link

Port error views #78

Closed samdark closed 5 years ago

samdark commented 5 years ago

Skeleton for error rendering is done. Rendering itself should be ported from Yii 2.0:

Could be tested by installing yii-demo via yii-dev.

cebe commented 5 years ago

For JSON format it would be good to follow a standard, e.g. "Problem Details for HTTP APIs" https://tools.ietf.org/html/rfc7807

samdark commented 5 years ago

Wasn't aware of this RFC. Thanks!

samdark commented 5 years ago

It's describing XML as well.

samdark commented 5 years ago

@cebe checked the RFC and I think it's not suitable for generic errors.