pub fn new_operation_error(
code: ResponseCode,
reason: &str,
) -> ObexOperationErrorExpand description
Helper function for creating an ObexOperationError with the specified ResponseCode and a Header::Description with the reason.
pub fn new_operation_error(
code: ResponseCode,
reason: &str,
) -> ObexOperationErrorHelper function for creating an ObexOperationError with the specified ResponseCode and a Header::Description with the reason.