signedUrlErrorMessage — @gj-kit/expo-media
A public function from @gj-kit/expo-media/testing. The signature below is taken directly from the 0.6.1 release declaration.
Verified import example
Section titled “Verified import example”import { signedUrlErrorMessage } from '@gj-kit/expo-media/testing';Signature, parameters, and return type
Section titled “Signature, parameters, and return type”/** * iOS URLSession이 서명 URL을 그대로 에코한 실패 메시지의 모양. * `sanitizeMediaErrorMessage` 유닛이 "플랫폼 코드·설명은 남고 URL만 `[URL]`이 되는가"를 본다. */declare function signedUrlErrorMessage(url?: string): string;This declaration is the source of truth for parameters, optionality, generics, return values, and public union/type contracts. Check the package golden path and this subpath’s import conditions for required environment, permission, and error boundaries before calling it.
Release context
Section titled “Release context”- Package:
@gj-kit/expo-media - Version:
0.6.1 - Public entry:
./testing - Source: GitHub