export const { FunctionInternalErrorResult } = createCodecComponent(
  "FunctionInternalErrorResult",
  ({ error }: Format.Errors.FunctionInternalErrorResult) =>
    isFunctionInternalError(error) ? (
      <FunctionInternalError data={error} />