mirror of
https://github.com/servo/servo.git
synced 2025-08-11 08:25:32 +01:00
Replace NetworkError::CorsViolation and NetworkErrorr::SecurityBlock with granular enum variants
Signed-off-by: Uthman Yahaya Baba <uthmanyahayababa@gmail.com>
This commit is contained in:
parent
5f62b175fe
commit
a7fe7cad68
1 changed files with 1 additions and 1 deletions
|
@ -953,7 +953,7 @@ pub enum NetworkError {
|
||||||
MixedContent,
|
MixedContent,
|
||||||
CacheError,
|
CacheError,
|
||||||
InvalidPort,
|
InvalidPort,
|
||||||
LocalDirectoryError,
|
LocalDirectoryError,
|
||||||
}
|
}
|
||||||
|
|
||||||
impl NetworkError {
|
impl NetworkError {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue