File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ impl BackEndHandler {
54
54
///
55
55
/// # Errors
56
56
/// - if the provider ID can not perform the type of operation, returns
57
- /// `ResponseStatus::PsaErrorNotSupported`
57
+ /// `ResponseStatus::PsaErrorNotSupported`
58
58
/// - if the provider ID does not match, returns `ResponseStatus::WrongProviderId`
59
59
/// - if the content type does not match, returns `ResponseStatus::ContentTypeNotSupported`
60
60
/// - if the accept type does not match, returns `ResponseStatus::AcceptTypeNotSupported`
Original file line number Diff line number Diff line change @@ -106,8 +106,8 @@ impl ServiceBuilder {
106
106
///
107
107
/// # Errors
108
108
/// * if any of the fields specified in the configuration are inconsistent (e.g. key info manager with name 'X'
109
- /// requested for a certain provider does not exist) or if required fields are missing, an error of kind
110
- /// `InvalidData` is returned with a string describing the cause more accurately.
109
+ /// requested for a certain provider does not exist) or if required fields are missing, an error of kind
110
+ /// `InvalidData` is returned with a string describing the cause more accurately.
111
111
pub fn build_service ( config : & ServiceConfig ) -> Result < FrontEndHandler > {
112
112
GlobalConfigBuilder :: new ( )
113
113
. with_log_error_details ( config. core_settings . log_error_details . unwrap_or ( false ) )
You can’t perform that action at this time.
0 commit comments