File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed
packages/rs-dapi-client/src Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -79,6 +79,7 @@ impl Address {
7979#[ derive( Debug , thiserror:: Error ) ]
8080#[ cfg_attr( feature = "mocks" , derive( serde:: Serialize , serde:: Deserialize ) ) ]
8181pub enum AddressListError {
82+ /// Specified address not present in the list
8283 #[ error( "address {0} not found in the list" ) ]
8384 AddressNotFound ( #[ cfg_attr( feature = "mocks" , serde( with = "http_serde::uri" ) ) ] Uri ) ,
8485}
Original file line number Diff line number Diff line change @@ -14,6 +14,7 @@ pub mod transport;
1414
1515pub use address_list:: Address ;
1616pub use address_list:: AddressList ;
17+ pub use address_list:: AddressListError ;
1718pub use connection_pool:: ConnectionPool ;
1819pub use dapi_client:: DapiRequestExecutor ;
1920pub use dapi_client:: { DapiClient , DapiClientError } ;
You can’t perform that action at this time.
0 commit comments