opentalk-types-api-internal 0.2.1

OpenTalk API internal data types
Documentation
1
2
3
4
5
6
7
8
// SPDX-License-Identifier: EUPL-1.2
// SPDX-FileCopyrightText: OpenTalk Team <mail@opentalk.eu>

//! Error related types used in the internal API

#[cfg(feature = "http")]
pub use opentalk_types_api_common::error::ApiError;
pub use opentalk_types_api_common::error::ErrorBody;