func ErrURLTooLong() error {
    st := status.New(codes.InvalidArgument, "")
    se := &aptxv1.AptxError{
        ErrorCode: aptxv1.AptxErrorCode_URL_TOO_LONG,
    }