File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -80,15 +80,15 @@ impl ProcError for openssl::error::ErrorStack {
80
80
/// Error define for ProSA bus error (for message exchange)
81
81
#[ derive( Debug , Eq , thiserror:: Error , PartialEq ) ]
82
82
pub enum BusError {
83
- /// Error that indicate the queue can forward the internal main message
83
+ /// Error that indicate the queue can't forward the internal main message
84
84
#[ error( "The Queue can't send the internal main message {0}, proc_id={1}, reason={2}" ) ]
85
85
InternalMainQueue ( String , u32 , String ) ,
86
86
87
- /// Error that indicate the queue can forward the internal message
87
+ /// Error that indicate the queue can't forward the internal message
88
88
#[ error( "The Queue can't send the internal message: {0}" ) ]
89
89
InternalQueue ( String ) ,
90
90
91
- /// Error that indicate the queue can forward the internal message
91
+ /// Error that indicate the queue can't forward the internal message
92
92
#[ error( "The Processor {0}/{1} can't be contacted: {2}" ) ]
93
93
ProcComm ( u32 , u32 , String ) ,
94
94
You can’t perform that action at this time.
0 commit comments