Skip to content
New issue

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

errオブジェクトの中にmessage以外も入れたい #54

Open
tmonoi opened this issue Sep 14, 2018 · 6 comments
Open

errオブジェクトの中にmessage以外も入れたい #54

tmonoi opened this issue Sep 14, 2018 · 6 comments

Comments

@tmonoi
Copy link

tmonoi commented Sep 14, 2018

err.codeとか

@tmonoi
Copy link
Author

tmonoi commented Sep 14, 2018

https://github.com/plaidev/bolt-rpc/blob/master/src/server.coffee#L120

@otolab
messageだけに絞っていると思うのですが、何か理由あります?

@otolab
Copy link
Contributor

otolab commented Sep 19, 2018

@tmonoi
Errorクラスのインスタンスをシリアライズできないので、messageのみを通すようになっている感じですね。
instanceofで絞っているので、Errorオブジェクトでなければ何でも通るはず。
(何れにせよシリアライズできるものに限られるけど)

@tmonoi
Copy link
Author

tmonoi commented Sep 19, 2018

Errorオブジェクトを継承したオブジェクトを入れたいんですよね。

@otolab
Copy link
Contributor

otolab commented Sep 19, 2018

継承の状態は通らないよ。経路でJSONに変換されるから。

@tmonoi
Copy link
Author

tmonoi commented Sep 19, 2018

あーフロントに渡るのはJSONで良いのですが、
サーバーサイドではErrorオブジェクトとして扱いたいです。

@otolab
Copy link
Contributor

otolab commented Sep 20, 2018

ああ、chainしたときに変換されてしまうのか。

minimum rpcで対応する手と...
https://github.com/plaidev/minimum-rpc/blob/c43b6cacf3906e1beba645c98d01772e8ca41e2f/src/server.coffee#L43

こっちで対応する手のどちらかかなぁ。

後者がおすすめ。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants