summaryrefslogtreecommitdiff
path: root/forstio/codec/proto_kel.h
diff options
context:
space:
mode:
authorClaudius Holeksa <mail@keldu.de>2023-05-03 19:07:24 +0200
committerClaudius Holeksa <mail@keldu.de>2023-05-03 19:07:24 +0200
commit9b81a2585142260f89d47cbe1e592cec9e1f778f (patch)
tree827e627430cdb73aa352b05ac1da5c650b08beeb /forstio/codec/proto_kel.h
parent2e5932edbda07d5b142df95cfe79268ea7fb997b (diff)
Not implemented
Diffstat (limited to 'forstio/codec/proto_kel.h')
-rw-r--r--forstio/codec/proto_kel.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/forstio/codec/proto_kel.h b/forstio/codec/proto_kel.h
index c28f7d6..3b4ebac 100644
--- a/forstio/codec/proto_kel.h
+++ b/forstio/codec/proto_kel.h
@@ -30,11 +30,11 @@ class codec<Schema, encode::ProtoKel> {
private:
public:
error_or<data<Schema, encode::Native>> decode(const data<Schema, encode::ProtoKel>& encoded){
- return make_error<err::critical>();
+ return make_error<err::not_implemented>();
}
error_or<data<Schema, encode::ProtoKel>> encode(const data<Schema, encode::Native>& native){
- return make_error<err::critical>();
+ return make_error<err::not_implemented>();
}
};
}