RovStatus

typeRovStatus

ROV status of a Route.

functionis_invalid(status: RovStatus) bool

Returns ‘true’ if the status is ‘Invalid’.

functionis_not_found(status: RovStatus) bool

Returns ‘true’ if the status is ‘NotFound’.

functionis_valid(status: RovStatus) bool

Returns ‘true’ if the status is ‘Valid’.

functionto_string(status: RovStatus) String

Return the string representation.