Commits

Adrian Brink committed a53cc42ba72
[PR #1315] Add `public` ACL to `BackendError` enum in the README. Add the `public` identifier to the `BackendError` enum in the part about using Generics for Serialization. Reason: The extension of Request throws an error ("Method cannot be declared public because its parameter uses an internal type") unless the enum is public.