MCPcopy Create free account
hub / github.com/NativeScript/SimDeck / fixed_orientation_error

Function fixed_orientation_error

packages/server/src/native/bridge.rs:171–173  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

169}
170
171pub fn fixed_orientation_error() -> AppError {
172 AppError::bad_request("Rotation is not available for Apple TV or Apple Watch simulators.")
173}
174
175pub fn digital_crown_error() -> AppError {
176 AppError::bad_request("Digital Crown rotation is only available for Apple Watch simulators.")

Callers 4

rotate_leftMethod · 0.85
rotate_rightMethod · 0.85
rotate_rightMethod · 0.85
rotate_leftMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected