We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ソースファイル単位でエラーコードを合わせていたが、パッケージ単位で番号を合わせるようにする。
今時点の実装では、 ObservableItem/Arrayについてのエラーコードは、17000番台だったが、これを15100番台にする。 ObservableItemとDataItemについて共通にできるエラーについては、15000番台に変更し、DataItem側に寄せる。
データバインド(h5.core.view_binding.js)についてのエラーコードは16000番台だったが、これを7100番台にする。
The text was updated successfully, but these errors were encountered:
hifive#133 ObservableItem - DataItem についてエラーコード修正
3f9f3d0
hifive#133 データバインドのエラーコードを7100番台に変更
28b6ecf
hifive#133 エラーオブジェクトのdetailに格納するエラーコードを変更しました。
0e9beee
スキーマのエラー(DataModel, ObservableItem共通) -> 0番台 ディスクリプタのエラー(DataModelのみ) -> 1000番台 にしていましたが、これを、 ・スキーマ 15800番台 ・ディスクリプタ 15900番台 に変更しました。
fukudayasuo
No branches or pull requests
ソースファイル単位でエラーコードを合わせていたが、パッケージ単位で番号を合わせるようにする。
今時点の実装では、
ObservableItem/Arrayについてのエラーコードは、17000番台だったが、これを15100番台にする。
ObservableItemとDataItemについて共通にできるエラーについては、15000番台に変更し、DataItem側に寄せる。
データバインド(h5.core.view_binding.js)についてのエラーコードは16000番台だったが、これを7100番台にする。
The text was updated successfully, but these errors were encountered: