Function checkRequestParameterType

  • Checks if the given request parameter is of a supported type and has a valid value.

    Parameters

    • requestParameter: RequestParameter

      The request parameter to check.

    Returns void

    Throws

    • Throws an error if the request parameter is not of a supported type or has an invalid value.

Generated using TypeDoc