common-utilsErrorisAbortError이 페이지에서isAbortError Type guard function to check if the given error is an AbortError Signature const isAbortError: (error: unknown) => error is AbortError Parameters NameTypeDescriptionerror-The error object to check Returns Whether the error is an AbortError