1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-28 18:47:44 +00:00

WebDriver: Introduce WebDriver::ErrorCode enum

To avoid having to duplicate error text and http codes over and over,
and potentially make mistakes, let's put them all in one place.
This commit is contained in:
Sam Atkins 2022-10-21 12:51:41 +01:00 committed by Linus Groh
parent 89c3e0b567
commit 9393904073
3 changed files with 96 additions and 0 deletions

View file

@ -8,6 +8,7 @@ set(SOURCES
Client.cpp
Session.cpp
TimeoutsConfiguration.cpp
WebDriverError.cpp
main.cpp
)