Bug Report
ErrorCode::CacheExpired (48) and ErrorCode::CacheNotFound (49) exist in the enum but have no corresponding named constructors on AnchorKitError, unlike all other error codes.
Expected Behavior
AnchorKitError::cache_expired()
AnchorKitError::cache_not_found()
Acceptance Criteria
Bug Report
ErrorCode::CacheExpired(48) andErrorCode::CacheNotFound(49) exist in the enum but have no corresponding named constructors onAnchorKitError, unlike all other error codes.Expected Behavior
Acceptance Criteria
test_named_constructors